import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-file / glob_basic.php.expectf
blob5d9614ae4c4a74b7d28c22440704c7d8a03f1b87
1 *** Testing glob() : basic functions ***
2 array(3) {
3   [0]=>
4   string(%d) "%s/glob_basic/file.text"
5   [1]=>
6   string(%d) "%s/glob_basic/wonder.txt"
7   [2]=>
8   string(%d) "%s/glob_basic/wonder12345"
10 array(1) {
11   [0]=>
12   string(%d) "%s/glob_basic/wonder.txt"
14 array(1) {
15   [0]=>
16   string(%d) "%s/glob_basic/wonder.txt"
18 array(2) {
19   [0]=>
20   string(%d) "%s/glob_basic/file.text"
21   [1]=>
22   string(%d) "%s/glob_basic/wonder.txt"
24 array(0) {
26 array(2) {
27   [0]=>
28   string(%d) "%s/glob_basic/file.text"
29   [1]=>
30   string(%d) "%s/glob_basic/wonder.txt"
32 Done