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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user