|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-01-24 10:43 UTC] hholzgra@php.net
[2005-01-24 10:45 UTC] hholzgra@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 10:00:01 2025 UTC |
Description: ------------ Same as Bug# 28649. It seems to be fixed only in 4.x-CVS With the actual 5.0-CVS-Snapshot I have the same Problem. Reproduce code: --------------- php -r 'var_dump(glob("abcdefg"));' Expected result: ---------------- an empty array() Actual result: -------------- bool(false)