diff options
-rw-r--r-- | Zend/tests/bug46701.phpt | 2 |
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 |