]> granicus.if.org Git - php/commitdiff
fixed tests
authorAnatol Belski <ab@php.net>
Fri, 19 Dec 2014 09:24:57 +0000 (10:24 +0100)
committerAnatol Belski <ab@php.net>
Fri, 19 Dec 2014 09:24:57 +0000 (10:24 +0100)
ext/standard/tests/array/array_fill_variation1.phpt
ext/standard/tests/file/touch_variation3-win32.phpt
ext/standard/tests/file/touch_variation4-win32.phpt

index 0bedf4a68b66b24be0e1494519b950f08599700e..03972c3be4cc0460da2f04adaec85aa3408d5e30 100644 (file)
@@ -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) {
index 43556b81067bf4cd366bc40d5229417ea98d88d1..0aa4a3ae4d191c9cb8ce934c052e3b70c095b385 100644 (file)
@@ -4,6 +4,7 @@ Test touch() function : usage variation - different types for time
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --SKIPIF--
 <?php
+if (PHP_INT_SIZE != 8) die("skip this test is for 64-bit only");
 if (substr(PHP_OS, 0, 3) != 'WIN') {
     die('skip.. only for Windows');
 }
index ee2639a47729938e9bc1e5de7f46609a06603444..77a89185cab2887d89e0e5cc083f1e7cb0f012ec 100644 (file)
@@ -4,6 +4,7 @@ Test touch() function : usage variation - different types for atime
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --SKIPIF--
 <?php
+if (PHP_INT_SIZE != 8) die("skip this test is for 64-bit only");
 if (substr(PHP_OS, 0, 3) != 'WIN') {
     die('skip.. only for Windows');
 }