diff options
Diffstat (limited to 'ext/json/tests/bug47644.phpt')
-rw-r--r-- | ext/json/tests/bug47644.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/json/tests/bug47644.phpt b/ext/json/tests/bug47644.phpt index 5e996b6973..85c4858af5 100644 --- a/ext/json/tests/bug47644.phpt +++ b/ext/json/tests/bug47644.phpt @@ -2,8 +2,8 @@ Bug #47644 (valid large integers are truncated) --SKIPIF-- <?php - if (!extension_loaded('json')) die('skip: json extension not available'); - if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); +if (!extension_loaded('json')) die('skip'); +if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?> --FILE-- <?php |