diff options
Diffstat (limited to 'ext/standard/tests/file/005_error.phpt')
-rw-r--r-- | ext/standard/tests/file/005_error.phpt | 70 |
1 files changed, 1 insertions, 69 deletions
diff --git a/ext/standard/tests/file/005_error.phpt b/ext/standard/tests/file/005_error.phpt index d41d957cb2..54e12e8a7a 100644 --- a/ext/standard/tests/file/005_error.phpt +++ b/ext/standard/tests/file/005_error.phpt @@ -56,75 +56,7 @@ var_dump( touch(__FILE__, 10, 100, 123) ); echo "\nDone"; ?> ---EXPECTF-- -*** Testing error conditions *** - --- Testing with Non-existing files -- -Warning: fileatime(): stat failed for /no/such/file/or/dir in %s on line %d -bool(false) - -Warning: filemtime(): stat failed for /no/such/file/or/dir in %s on line %d -bool(false) - -Warning: filectime(): stat failed for /no/such/file/or/dir in %s on line %d -bool(false) - -Warning: touch(): Unable to create file /no/such/file/or/dir because No such file or directory in %s on line %d -bool(false) - -Warning: fileatime() expects exactly 1 parameter, 2 given in %s on line %d -NULL - -Warning: filemtime() expects exactly 1 parameter, 2 given in %s on line %d -NULL - -Warning: filectime() expects exactly 1 parameter, 2 given in %s on line %d -NULL - -Warning: touch() expects at most 3 parameters, 4 given in %s on line %d -NULL - --- Testing No.of arguments less than expected -- -Warning: fileatime() expects exactly 1 parameter, 0 given in %s on line %d -NULL - -Warning: filemtime() expects exactly 1 parameter, 0 given in %s on line %d -NULL - -Warning: filectime() expects exactly 1 parameter, 0 given in %s on line %d -NULL - -Warning: touch() expects at least 1 parameter, 0 given in %s on line %d -NULL - --- Testing No.of arguments greater than expected -- -Warning: fileatime() expects exactly 1 parameter, 2 given in %s on line %d -NULL - -Warning: filemtime() expects exactly 1 parameter, 2 given in %s on line %d -NULL - -Warning: filectime() expects exactly 1 parameter, 2 given in %s on line %d -NULL - -Warning: touch() expects at most 3 parameters, 4 given in %s on line %d -NULL - -Warning: fileatime() expects exactly 1 parameter, 2 given in %s on line %d -NULL - -Warning: filemtime() expects exactly 1 parameter, 2 given in %s on line %d -NULL - -Warning: filectime() expects exactly 1 parameter, 2 given in %s on line %d -NULL - -Warning: touch() expects at most 3 parameters, 4 given in %s on line %d -NULL - -Done - ---UEXPECTF-- +--EXPECTF-- *** Testing error conditions *** -- Testing with Non-existing files -- |