summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/touch_variation4-win32.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/touch_variation4-win32.phpt')
-rw-r--r--ext/standard/tests/file/touch_variation4-win32.phpt24
1 files changed, 12 insertions, 12 deletions
diff --git a/ext/standard/tests/file/touch_variation4-win32.phpt b/ext/standard/tests/file/touch_variation4-win32.phpt
index 77a89185ca..0b12173cc1 100644
--- a/ext/standard/tests/file/touch_variation4-win32.phpt
+++ b/ext/standard/tests/file/touch_variation4-win32.phpt
@@ -126,19 +126,19 @@ bool(true)
bool(true)
--empty array--
-Error: 2 - touch() expects parameter 3 to be long, array given, %s(%d)
+Error: 2 - touch() expects parameter 3 to be integer, array given, %s(%d)
NULL
--int indexed array--
-Error: 2 - touch() expects parameter 3 to be long, array given, %s(%d)
+Error: 2 - touch() expects parameter 3 to be integer, array given, %s(%d)
NULL
--associative array--
-Error: 2 - touch() expects parameter 3 to be long, array given, %s(%d)
+Error: 2 - touch() expects parameter 3 to be integer, array given, %s(%d)
NULL
--nested arrays--
-Error: 2 - touch() expects parameter 3 to be long, array given, %s(%d)
+Error: 2 - touch() expects parameter 3 to be integer, array given, %s(%d)
NULL
--uppercase NULL--
@@ -160,35 +160,35 @@ bool(true)
bool(true)
--empty string DQ--
-Error: 2 - touch() expects parameter 3 to be long, string given, %s(%d)
+Error: 2 - touch() expects parameter 3 to be integer, string given, %s(%d)
NULL
--empty string SQ--
-Error: 2 - touch() expects parameter 3 to be long, string given, %s(%d)
+Error: 2 - touch() expects parameter 3 to be integer, string given, %s(%d)
NULL
--string DQ--
-Error: 2 - touch() expects parameter 3 to be long, string given, %s(%d)
+Error: 2 - touch() expects parameter 3 to be integer, string given, %s(%d)
NULL
--string SQ--
-Error: 2 - touch() expects parameter 3 to be long, string given, %s(%d)
+Error: 2 - touch() expects parameter 3 to be integer, string given, %s(%d)
NULL
--mixed case string--
-Error: 2 - touch() expects parameter 3 to be long, string given, %s(%d)
+Error: 2 - touch() expects parameter 3 to be integer, string given, %s(%d)
NULL
--heredoc--
-Error: 2 - touch() expects parameter 3 to be long, string given, %s(%d)
+Error: 2 - touch() expects parameter 3 to be integer, string given, %s(%d)
NULL
--instance of classWithToString--
-Error: 2 - touch() expects parameter 3 to be long, object given, %s(%d)
+Error: 2 - touch() expects parameter 3 to be integer, object given, %s(%d)
NULL
--instance of classWithoutToString--
-Error: 2 - touch() expects parameter 3 to be long, object given, %s(%d)
+Error: 2 - touch() expects parameter 3 to be integer, object given, %s(%d)
NULL
--undefined var--