Browse Source

fix test

PHP-5.2.1RC1
Zoe Slattery 18 years ago
parent
commit
eb829c6bbc
  1. 2
      Zend/tests/bug46701.phpt

2
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

Loading…
Cancel
Save