ID:               48365
 Updated by:       j...@php.net
 Reported By:      peter dot chen at itg dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Apache2 related
 Operating System: sparc-sol2.10
 PHP Version:      5.2.9
 New Comment:

Please provide proper example script.


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

[2009-05-22 19:38:20] peter dot chen at itg dot com

Description:
------------
I am trying to use glob() to display the contents of a directory
I store the path in a variable ($path). 

When I give $path as an argument to glob($path), it returns an empty
array.

When I give it to scandir($path), it returns all the files in that
path. 

Reproduce code:
---------------
---
>From manual page: function.glob
---


Expected result:
----------------
Array ( [0] => . [1] => .. [2] => authtest [3] => globtest.php [4] =>
globtest.php.LCK [5] => globtest2.php [6] => home.php.LCK ) 

Actual result:
--------------
Array ( ) 



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


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

Reply via email to