|
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: Sat Nov 01 09:00:01 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