|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-12-21 15:59 UTC] cataphract@php.net
[2011-12-21 15:59 UTC] cataphract@php.net
-Status: Open
+Status: Bogus
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 00:00:02 2025 UTC |
Description: ------------ See test script. Test script: --------------- LANG=es_ES php -r 'var_dump(basename("高&执&行&力&的&打&造.xls"));' Expected result: ---------------- 高&执&行&力&的&打&造.xls Actual result: -------------- &执&行&力&的&打&造.xls