]> granicus.if.org Git - php/commitdiff
remove 32bit restriction
authorAntony Dovgal <tony2001@php.net>
Thu, 28 Jun 2007 15:10:57 +0000 (15:10 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 28 Jun 2007 15:10:57 +0000 (15:10 +0000)
ext/standard/tests/array/array_values_errors.phpt

index 66fe62054c81c2b5b5ed3b9e701ebb07841bc622..0bef5a45692c9193c59ecc5237fb07c71726e25d 100644 (file)
@@ -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--