From 373a7a4a753a9db07559b8f3ca8318b36cbb4edc Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Fri, 19 Dec 2014 10:24:57 +0100 Subject: [PATCH] fixed tests --- ext/standard/tests/array/array_fill_variation1.phpt | 2 +- ext/standard/tests/file/touch_variation3-win32.phpt | 1 + ext/standard/tests/file/touch_variation4-win32.phpt | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ext/standard/tests/array/array_fill_variation1.phpt b/ext/standard/tests/array/array_fill_variation1.phpt index 0bedf4a68b..03972c3be4 100644 --- a/ext/standard/tests/array/array_fill_variation1.phpt +++ b/ext/standard/tests/array/array_fill_variation1.phpt @@ -125,7 +125,7 @@ array(2) { } -- Iteration 3 -- -Warning: array_fill() expects parameter 1 to be long, double given in %s/ext/standard/tests/array/array_fill_variation1.php on line 92 +Warning: array_fill() expects parameter 1 to be long, double given in %s%eext%estandard%etests%earray%earray_fill_variation1.php on line 92 NULL -- Iteration 4 -- array(2) { diff --git a/ext/standard/tests/file/touch_variation3-win32.phpt b/ext/standard/tests/file/touch_variation3-win32.phpt index 43556b8106..0aa4a3ae4d 100644 --- a/ext/standard/tests/file/touch_variation3-win32.phpt +++ b/ext/standard/tests/file/touch_variation3-win32.phpt @@ -4,6 +4,7 @@ Test touch() function : usage variation - different types for time Dave Kelsey --SKIPIF-- --SKIPIF--