1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00

MFB:- Make this 32bit only test. (will add 64bit version next)

This commit is contained in:
foobar
2007-04-02 15:02:22 +00:00
parent 2b24ec5989
commit 573028aff2

View File

@@ -1,5 +1,11 @@
--TEST--
Test printf() function
Test printf() function (32bit)
--SKIPIF--
<?php
if (PHP_INT_MAX > 2147483647) {
die("skip 32bit test only");
}
?>
--FILE--
<?php