cvs: ZendEngine2 /tests bug46701.phpt

[email protected] ("Zoe Slattery") Tue, 17 Feb 2009 20:25:03 -0000
Newsgroups php.zend-engine.cvs
Message-ID <cvszoe1234902303@cvsserver>
zoe		Tue Feb 17 20:25:03 2009 UTC

  Modified files:              
    /ZendEngine2/tests	bug46701.phpt 
  Log:
  fix test
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/bug46701.phpt?r1=1.1&r2=1.2&diff_format=u
Index: ZendEngine2/tests/bug46701.phpt
diff -u ZendEngine2/tests/bug46701.phpt:1.1 ZendEngine2/tests/bug46701.phpt:1.2
--- ZendEngine2/tests/bug46701.phpt:1.1	Mon Jan  5 19:47:13 2009
+++ ZendEngine2/tests/bug46701.phpt	Tue Feb 17 20:25:02 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