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/unlink_error-win32.phpt | |
parent | 4ccb8869e7c106a3c03f65b406e2916a09313d71 (diff) | |
download | php-git-a4cb8c536fc896f8366ab87980659800a72f461c.tar.gz |
- killed off UEXPECT
Diffstat (limited to 'ext/standard/tests/file/unlink_error-win32.phpt')
-rw-r--r-- | ext/standard/tests/file/unlink_error-win32.phpt | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/ext/standard/tests/file/unlink_error-win32.phpt b/ext/standard/tests/file/unlink_error-win32.phpt index b46a210e94..5eb40d02dd 100644 --- a/ext/standard/tests/file/unlink_error-win32.phpt +++ b/ext/standard/tests/file/unlink_error-win32.phpt @@ -89,50 +89,6 @@ Warning: unlink(): No such file or directory in %s on line %d bool(false) bool(false) -Warning: unlink() expects parameter 2 to be resource, string given in %s on line %d -bool(false) - -Warning: unlink() expects parameter 2 to be resource, boolean given in %s on line %d -bool(false) - -Warning: unlink() expects parameter 2 to be resource, null given in %s on line %d -bool(false) - --- Testing unlink() on non-existent file -- - -Warning: unlink(%s/non_existent_file.tmp): No such file or directory in %s on line %d -bool(false) - --- Testing unlink() on directory -- - -Warning: unlink(%s/unlink_error): Permission denied in %s on line %d -bool(false) -Done ---UEXPECTF-- -*** Testing unlink() : error conditions *** --- Testing unlink() on unexpected no. of arguments -- - -Warning: unlink() expects at least 1 parameter, 0 given in %s on line %d -bool(false) - -Warning: unlink() expects at most 2 parameters, 3 given in %s on line %d -bool(false) -bool(true) - --- Testing unlink() on invalid arguments -- - -Warning: unlink(): No such file or directory in %s on line %d -bool(false) -bool(false) - -Warning: unlink(): No such file or directory in %s on line %d -bool(false) -bool(false) - -Warning: unlink(): No such file or directory in %s on line %d -bool(false) -bool(false) - Warning: unlink() expects parameter 2 to be resource, Unicode string given in %s on line %d bool(false) |