summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/fseek_dir_basic.phpt
diff options
context:
space:
mode:
authorSteph Fox <sfox@php.net>2008-05-27 09:34:55 +0000
committerSteph Fox <sfox@php.net>2008-05-27 09:34:55 +0000
commita4cb8c536fc896f8366ab87980659800a72f461c (patch)
tree1198a17fa0f381c63c353ce9a92233945ed87546 /ext/standard/tests/file/fseek_dir_basic.phpt
parent4ccb8869e7c106a3c03f65b406e2916a09313d71 (diff)
downloadphp-git-a4cb8c536fc896f8366ab87980659800a72f461c.tar.gz
- killed off UEXPECT
Diffstat (limited to 'ext/standard/tests/file/fseek_dir_basic.phpt')
-rw-r--r--ext/standard/tests/file/fseek_dir_basic.phpt56
1 files changed, 1 insertions, 55 deletions
diff --git a/ext/standard/tests/file/fseek_dir_basic.phpt b/ext/standard/tests/file/fseek_dir_basic.phpt
index 6670917f3e..8854af9138 100644
--- a/ext/standard/tests/file/fseek_dir_basic.phpt
+++ b/ext/standard/tests/file/fseek_dir_basic.phpt
@@ -40,61 +40,7 @@ closedir($dh);
var_dump(rmdir($path));
?>
---EXPECTF--
-call readdir():
-resource(12) of type (stream)
-array(6) {
- [0]=>
- bool(false)
- [1]=>
- string(1) "."
- [2]=>
- string(2) ".."
- [3]=>
- string(9) "file1.tmp"
- [4]=>
- string(9) "file2.tmp"
- [5]=>
- string(9) "file3.tmp"
-}
-
-call fseek() on directory resource:
-int(0)
-call readdir():
-array(6) {
- [0]=>
- bool(false)
- [1]=>
- string(1) "."
- [2]=>
- string(2) ".."
- [3]=>
- string(9) "file1.tmp"
- [4]=>
- string(9) "file2.tmp"
- [5]=>
- string(9) "file3.tmp"
-}
-
-call fseek() with different arguments on directory resource:
-int(0)
-call readdir():
-array(6) {
- [0]=>
- bool(false)
- [1]=>
- string(1) "."
- [2]=>
- string(2) ".."
- [3]=>
- string(9) "file1.tmp"
- [4]=>
- string(9) "file2.tmp"
- [5]=>
- string(9) "file3.tmp"
-}
-bool(true)
---UEXPECTF--
+--EXPECT--
call readdir():
resource(12) of type (stream)
array(6) {