summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-06-28 15:10:57 +0000
committerAntony Dovgal <tony2001@php.net>2007-06-28 15:10:57 +0000
commit93dfce49cae3794565032f4b449bb295b01740ab (patch)
treeba6e9eb7552b16070db1297bbfc84f2d595dfed7
parent6b75f7bb82fce8403376a1dcb3b77a95b1ac2eb3 (diff)
downloadphp-git-93dfce49cae3794565032f4b449bb295b01740ab.tar.gz
remove 32bit restriction
-rw-r--r--ext/standard/tests/array/array_values_errors.phpt4
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--