ID: 43461 User updated by: marcin at artigo dot pl Reported By: marcin at artigo dot pl -Status: Feedback +Status: Open Bug Type: Directory function related Operating System: Linux 2.6.21.5 PHP Version: 5.2.5 New Comment:
Directory exists, but glob finds no files. If it considered an error why isn't it printed? I believe it should return an empty array/display an error/or this issue should be documented here http://php.net/glob We are talking here about Zend_Cache not working because of this. Previous Comments: ------------------------------------------------------------------------ [2007-11-30 10:56:42] [EMAIL PROTECTED] Please check bug #43407 as I believe this is the same issue, and not a bug. ------------------------------------------------------------------------ [2007-11-30 10:46:25] marcin at artigo dot pl 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) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=43461&edit=1
