ID:               31242
 Updated by:       [EMAIL PROTECTED]
 Reported By:      radonov at ecad dot tu-sofia dot bg
-Status:           Open
+Status:           Closed
 Bug Type:         *Directory/Filesystem functions
 Operating System: Solaris 8
 PHP Version:      4.3.10
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2004-12-22 13:20:24] radonov at ecad dot tu-sofia dot bg

Description:
------------
Like in 4.3.9 glob() returns false instead of an empty array.

Reproduce code:
---------------
$files = glob("/some_empty_dir/*");
var_dump($files);

Expected result:
----------------
array(0) {
} 

Actual result:
--------------
bool(false)


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=31242&edit=1

Reply via email to