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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sun Oct 27 16:01:27 2024 UTC