Browse Source

remove 32bit restriction

experimental/5.2-WITH_DRCP
Antony Dovgal 19 years ago
parent
commit
93dfce49ca
  1. 4
      ext/standard/tests/array/array_values_errors.phpt

4
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--

Loading…
Cancel
Save