X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=tests%2Fglob%2Fglob002.phpt;fp=tests%2Fglob%2Fglob002.phpt;h=36edb4de4f4af17ce5d798951aa9a7f268301f29;hp=4ac964a154b27af0ad0ca90e63b5d92946797dd5;hb=c9b3436bd51a4dcf7d6cc6817d4c7a8ad99538d4;hpb=09735ea6055f959a9cac481268754f07d6f6eb9f diff --git a/tests/glob/glob002.phpt b/tests/glob/glob002.phpt index 4ac964a..36edb4d 100644 --- a/tests/glob/glob002.phpt +++ b/tests/glob/glob002.phpt @@ -12,7 +12,7 @@ PHP_OS === "Linux" or die("skip - only for Linux"); 5]; -var_dump(psi\glob("*.php{,t}", psi\GLOB_BRACE|psi\GLOB_DOOFFS, $glob)); +var_dump(psi\glob("*002.php{,t}", psi\GLOB_BRACE|psi\GLOB_DOOFFS, $glob)); var_dump($glob); ?> ===DONE=== @@ -21,13 +21,13 @@ var_dump($glob); int(0) array(4) { ["gl_pathc"]=> - int(4) + int(2) ["gl_offs"]=> int(5) ["gl_flags"]=> int(%d) ["gl_pathv"]=> - array(9) { + array(7) { [0]=> string(0) "" [1]=> @@ -41,11 +41,7 @@ array(4) { [5]=> string(11) "glob002.php" [6]=> - string(12) "glob001.phpt" - [7]=> string(12) "glob002.phpt" - [8]=> - string(12) "glob003.phpt" } } ===DONE===