|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-09-23 12:12 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 17:00:02 2025 UTC |
Description: ------------ function "dirname" not support binary file path Reproduce code: --------------- <? echo dirname("c:\\window\\\xd7\xc0\\test"); ?> Expected result: ---------------- c:\window\?? Actual result: -------------- c:\window