diff options
Diffstat (limited to 'ext/standard/tests/array/array_values_errors.phpt')
-rw-r--r-- | ext/standard/tests/array/array_values_errors.phpt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/standard/tests/array/array_values_errors.phpt b/ext/standard/tests/array/array_values_errors.phpt index 66fe62054c..0bef5a4569 100644 --- a/ext/standard/tests/array/array_values_errors.phpt +++ b/ext/standard/tests/array/array_values_errors.phpt @@ -1,9 +1,5 @@ --TEST-- Test array_values() function (errors) ---SKIPIF-- -<?php -if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); -?> --INI-- precision=14 --FILE-- |