summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/lstat_stat_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/lstat_stat_error.phpt')
-rw-r--r--ext/standard/tests/file/lstat_stat_error.phpt41
1 files changed, 0 insertions, 41 deletions
diff --git a/ext/standard/tests/file/lstat_stat_error.phpt b/ext/standard/tests/file/lstat_stat_error.phpt
index b68aa4daa8..b775779905 100644
--- a/ext/standard/tests/file/lstat_stat_error.phpt
+++ b/ext/standard/tests/file/lstat_stat_error.phpt
@@ -77,44 +77,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 lstat() for error conditions ***
-
-Warning: lstat() expects exactly 1 parameter, 0 given in %s on line %d
-NULL
-
-Warning: lstat() expects exactly 1 parameter, 2 given in %s on line %d
-NULL
-
-Warning: lstat(): Lstat failed for %s in %s on line %d
-bool(false)
-
-Warning: lstat(): Lstat failed for 22 in %s on line %d
-bool(false)
-
-Warning: lstat() expects parameter 1 to be string (Unicode or binary), array given in %s on line %d
-NULL
-
-*** 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