|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-07-18 18:44 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Apr 23 21:00:02 2026 UTC |
Description: ------------ glob() function returns false on error AND on no match Reproduce code: --------------- $list = glob("/emptydirectory/*"); var_dump ($list); Expected result: ---------------- array() Actual result: -------------- bool(false)