diff options
author | Steph Fox <sfox@php.net> | 2008-05-27 09:34:55 +0000 |
---|---|---|
committer | Steph Fox <sfox@php.net> | 2008-05-27 09:34:55 +0000 |
commit | a4cb8c536fc896f8366ab87980659800a72f461c (patch) | |
tree | 1198a17fa0f381c63c353ce9a92233945ed87546 /ext/standard/tests/file/file_error.phpt | |
parent | 4ccb8869e7c106a3c03f65b406e2916a09313d71 (diff) | |
download | php-git-a4cb8c536fc896f8366ab87980659800a72f461c.tar.gz |
- killed off UEXPECT
Diffstat (limited to 'ext/standard/tests/file/file_error.phpt')
-rw-r--r-- | ext/standard/tests/file/file_error.phpt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ext/standard/tests/file/file_error.phpt b/ext/standard/tests/file/file_error.phpt index ba779fbd2d..9e8568c5e7 100644 --- a/ext/standard/tests/file/file_error.phpt +++ b/ext/standard/tests/file/file_error.phpt @@ -37,24 +37,6 @@ NULL Warning: file() expects at most 3 parameters, 4 given in %s on line %d NULL -Warning: file() expects parameter 2 to be long, string given in %s on line %d -NULL -array(0) { -} - -Warning: file(temp.tmp): failed to open stream: No such file or directory in %s on line %d -bool(false) - ---- Done --- - ---UEXPECTF-- -*** Testing error conditions *** -Warning: file() expects at least 1 parameter, 0 given in %s on line %d -NULL - -Warning: file() expects at most 3 parameters, 4 given in %s on line %d -NULL - Warning: file() expects parameter 2 to be long, Unicode string given in %s on line %d NULL array(0) { |