diff options
Diffstat (limited to 'ext/standard/tests/file/glob_basic.phpt')
-rwxr-xr-x | ext/standard/tests/file/glob_basic.phpt | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/ext/standard/tests/file/glob_basic.phpt b/ext/standard/tests/file/glob_basic.phpt index 802b63ff2a..3a7d9c5fd2 100755 --- a/ext/standard/tests/file/glob_basic.phpt +++ b/ext/standard/tests/file/glob_basic.phpt @@ -46,39 +46,6 @@ rmdir("$file_path/glob_basic/"); *** Testing glob() : basic functions *** array(3) { [0]=> - string(%d) "%s/glob_basic/file.text" - [1]=> - string(%d) "%s/glob_basic/wonder.txt" - [2]=> - string(%d) "%s/glob_basic/wonder12345" -} -array(1) { - [0]=> - string(%d) "%s/glob_basic/wonder.txt" -} -array(1) { - [0]=> - string(%d) "%s/glob_basic/wonder.txt" -} -array(2) { - [0]=> - string(%d) "%s/glob_basic/file.text" - [1]=> - string(%d) "%s/glob_basic/wonder.txt" -} -array(0) { -} -array(2) { - [0]=> - string(%d) "%s/glob_basic/file.text" - [1]=> - string(%d) "%s/glob_basic/wonder.txt" -} -Done ---UEXPECTF-- -*** Testing glob() : basic functions *** -array(3) { - [0]=> unicode(%d) "%s/glob_basic/file.text" [1]=> unicode(%d) "%s/glob_basic/wonder.txt" |