|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-11-30 10:56 UTC] jani@php.net
[2007-11-30 11:08 UTC] marcin at artigo dot pl
[2007-12-02 16:06 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 21:00:01 2025 UTC |
Description: ------------ glob() returns false instead of an empty array No error occurs. Reproduce code: --------------- $ret = glob("*.foo"); var_dump($ret); Expected result: ---------------- array empty Actual result: -------------- bool(false)