summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/stat_error-win32.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/stat_error-win32.phpt')
-rw-r--r--ext/standard/tests/file/stat_error-win32.phpt25
1 files changed, 0 insertions, 25 deletions
diff --git a/ext/standard/tests/file/stat_error-win32.phpt b/ext/standard/tests/file/stat_error-win32.phpt
index 55010e6c58..e32b09c717 100644
--- a/ext/standard/tests/file/stat_error-win32.phpt
+++ b/ext/standard/tests/file/stat_error-win32.phpt
@@ -52,28 +52,3 @@ bool(false)
Warning: stat() expects parameter 1 to be string (Unicode or binary), array given in %s on line %d
NULL
Done
-
---UEXPECTF--
-*** Testing stat() for error conditions ***
-
-Warning: stat() expects exactly 1 parameter, 0 given in %s on line %d
-NULL
-
-Warning: stat() expects exactly 1 parameter, 2 given in %s on line %d
-NULL
-
-Warning: stat() expects exactly 1 parameter, 2 given in %s on line %d
-NULL
-
-Warning: stat(): stat failed for %s in %s on line %d
-bool(false)
-
-Warning: stat(): stat failed for %s in %s on line %d
-bool(false)
-
-Warning: stat(): stat failed for 22 in %s on line %d
-bool(false)
-
-Warning: stat() expects parameter 1 to be string (Unicode or binary), array given in %s on line %d
-NULL
-Done