From: foobar Date: Mon, 2 Apr 2007 15:02:02 +0000 (+0000) Subject: - Make this 32bit only test. (will add 64bit version next) X-Git-Tag: php-5.2.2RC1~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb0547029ad7c8c8ec28277296bde429f9b4b757;p=php - Make this 32bit only test. (will add 64bit version next) --- diff --git a/ext/standard/tests/strings/printf.phpt b/ext/standard/tests/strings/printf.phpt index a885fc32bb..4e109304df 100755 --- a/ext/standard/tests/strings/printf.phpt +++ b/ext/standard/tests/strings/printf.phpt @@ -1,5 +1,11 @@ --TEST-- -Test printf() function +Test printf() function (32bit) +--SKIPIF-- + 2147483647) { + die("skip 32bit test only"); +} +?> --FILE--