]> granicus.if.org Git - php/commitdiff
fix test
authorZoe Slattery <zoe@php.net>
Tue, 17 Feb 2009 20:25:02 +0000 (20:25 +0000)
committerZoe Slattery <zoe@php.net>
Tue, 17 Feb 2009 20:25:02 +0000 (20:25 +0000)
Zend/tests/bug46701.phpt

index d76b810cadfa25e0fdad6c503799cd367cfdc8f5..e9cb99e77ac758b81f95ccedbfaf3246f604595b 100644 (file)
@@ -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