]> granicus.if.org Git - php/commitdiff
MFB:- Make this 32bit only test. (will add 64bit version next)
authorfoobar <sniper@php.net>
Mon, 2 Apr 2007 15:02:22 +0000 (15:02 +0000)
committerfoobar <sniper@php.net>
Mon, 2 Apr 2007 15:02:22 +0000 (15:02 +0000)
ext/standard/tests/strings/printf.phpt

index a885fc32bb42d79db29f1f9ff6a6c1e65983b89b..4e109304df629bde3b778e1d1f80cc3ed08c07ad 100755 (executable)
@@ -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