cvs: ZendEngine2(PHP_5_3) /tests bug46701.phpt
[email protected] ("Zoe Slattery") Tue, 17 Feb 2009 20:23:45 -0000
| Newsgroups | php.zend-engine.cvs |
|---|---|
| Message-ID | <cvszoe1234902225@cvsserver> |
zoe Tue Feb 17 20:23:45 2009 UTC
Modified files: (Branch: PHP_5_3)
/ZendEngine2/tests bug46701.phpt
Log:
fix test
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/bug46701.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: ZendEngine2/tests/bug46701.phpt
diff -u ZendEngine2/tests/bug46701.phpt:1.1.2.2 ZendEngine2/tests/bug46701.phpt:1.1.2.3
--- ZendEngine2/tests/bug46701.phpt:1.1.2.2 Mon Jan 5 20:31:54 2009
+++ ZendEngine2/tests/bug46701.phpt Tue Feb 17 20:23:45 2009
@@ -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