php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37117 basename can't split off the exact filename
Submitted: 2006-04-18 08:21 UTC Modified: 2006-04-18 08:34 UTC
Votes:3
Avg. Score:4.3 ± 0.9
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: miaofeng at starsoftcomm dot com Assigned:
Status: Wont fix Package: Filesystem function related
PHP Version: 5.1.2 OS: linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: miaofeng at starsoftcomm dot com
New email:
PHP Version: OS:

 

 [2006-04-18 08:21 UTC] miaofeng at starsoftcomm dot com
Description:
------------
Chinese file name can't be extracted from the whole directory string

Reproduce code:
---------------
<?
echo basename("/somewhere/&#20320;&#22909;.dat");
?>


Expected result:
----------------
&#20320;&#22909;.dat

Actual result:
--------------
.dat

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-04-18 08:34 UTC] tony2001@php.net
Unicode support will appear in PHP6.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 04:01:31 2024 UTC