cvs: ZendEngine2(PHP_5_2) /tests bug46701.phpt

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

  Modified files:              (Branch: PHP_5_2)
    /ZendEngine2/tests	bug46701.phpt 
  Log:
  fix test
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/bug46701.phpt?r1=1.1.4.2&r2=1.1.4.3&diff_format=u
Index: ZendEngine2/tests/bug46701.phpt
diff -u ZendEngine2/tests/bug46701.phpt:1.1.4.2 ZendEngine2/tests/bug46701.phpt:1.1.4.3
--- ZendEngine2/tests/bug46701.phpt:1.1.4.2	Tue Jan  6 01:29:22 2009
+++ ZendEngine2/tests/bug46701.phpt	Tue Feb 17 20:26:11 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