summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoe Slattery <zoe@php.net>2009-02-17 20:26:11 +0000
committerZoe Slattery <zoe@php.net>2009-02-17 20:26:11 +0000
commiteb829c6bbc1e12ec179c4f78a5bb87a9660e9e76 (patch)
treea56af54c731b2e57b42fe08a745f750ac2b33954
parente8084032505ca4d2a46eb93b38c108268dd6a8d1 (diff)
downloadphp-git-eb829c6bbc1e12ec179c4f78a5bb87a9660e9e76.tar.gz
fix test
-rw-r--r--Zend/tests/bug46701.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug46701.phpt b/Zend/tests/bug46701.phpt
index d76b810cad..e9cb99e77a 100644
--- a/Zend/tests/bug46701.phpt
+++ b/Zend/tests/bug46701.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug #46701 (Creating associative array with long values in the key fails on 32bit linux)
--SKIPIF--
-<?php if (PHP_INT_MAX != 4) die('skip this test is for 32bit platforms only'); ?>
+<?php if (PHP_INT_SIZE != 4) die('skip this test is for 32bit platforms only'); ?>
--FILE--
<?php