summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/chmod_variation3.phpt
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-02-01 15:18:55 +0000
committerPierre Joye <pajoye@php.net>2010-02-01 15:18:55 +0000
commite1cdfbeb1d603adbffeef7d31d31c15892f8742a (patch)
tree48083c8994f2c36a5bf0426c48980667b79af708 /ext/standard/tests/file/chmod_variation3.phpt
parentd839e3b9a40586b11560c887805f3dc71183fb81 (diff)
downloadphp-git-e1cdfbeb1d603adbffeef7d31d31c15892f8742a.tar.gz
- fix system/version dependent msg, add skip cases, sync
Diffstat (limited to 'ext/standard/tests/file/chmod_variation3.phpt')
-rw-r--r--ext/standard/tests/file/chmod_variation3.phpt16
1 files changed, 8 insertions, 8 deletions
diff --git a/ext/standard/tests/file/chmod_variation3.phpt b/ext/standard/tests/file/chmod_variation3.phpt
index c2dd607fe2..df18ccf986 100644
--- a/ext/standard/tests/file/chmod_variation3.phpt
+++ b/ext/standard/tests/file/chmod_variation3.phpt
@@ -159,11 +159,11 @@ Error: 2 - chmod() expects parameter 1 to be string, array given, %s(%d)
NULL
--uppercase NULL--
-Error: 2 - chmod(): No such file or directory, %s(%d)
+Error: 2 - chmod(): %s, %s(%d)
bool(false)
--lowercase null--
-Error: 2 - chmod(): No such file or directory, %s(%d)
+Error: 2 - chmod(): %s, %s(%d)
bool(false)
--lowercase true--
@@ -171,7 +171,7 @@ Error: 2 - chmod(): No such file or directory, %s(%d)
bool(false)
--lowercase false--
-Error: 2 - chmod(): No such file or directory, %s(%d)
+Error: 2 - chmod(): %s, %s(%d)
bool(false)
--uppercase TRUE--
@@ -179,15 +179,15 @@ Error: 2 - chmod(): No such file or directory, %s(%d)
bool(false)
--uppercase FALSE--
-Error: 2 - chmod(): No such file or directory, %s(%d)
+Error: 2 - chmod(): %s, %s(%d)
bool(false)
--empty string DQ--
-Error: 2 - chmod(): No such file or directory, %s(%d)
+Error: 2 - chmod(): %s, %s(%d)
bool(false)
--empty string SQ--
-Error: 2 - chmod(): No such file or directory, %s(%d)
+Error: 2 - chmod(): %s, %s(%d)
bool(false)
--instance of classWithToString--
@@ -199,11 +199,11 @@ Error: 2 - chmod() expects parameter 1 to be string, object given, %s(%d)
NULL
--undefined var--
-Error: 2 - chmod(): No such file or directory, %s(%d)
+Error: 2 - chmod(): %s, %s(%d)
bool(false)
--unset var--
-Error: 2 - chmod(): No such file or directory, %s(%d)
+Error: 2 - chmod(): %s, %s(%d)
bool(false)
===DONE===