diff options
Diffstat (limited to 'ext/json')
| -rw-r--r-- | ext/json/tests/bug41504.phpt | 2 | ||||
| -rw-r--r-- | ext/json/tests/bug41567.phpt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/json/tests/bug41504.phpt b/ext/json/tests/bug41504.phpt index 32589b00f9..bef497404f 100644 --- a/ext/json/tests/bug41504.phpt +++ b/ext/json/tests/bug41504.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #41504 (json_decode() converts empty array keys to "_empty_") --SKIPIF-- -if (!extension_loaded('json')) die('skip'); +<?php if (!extension_loaded('json')) print 'skip'; ?> --FILE-- <?php diff --git a/ext/json/tests/bug41567.phpt b/ext/json/tests/bug41567.phpt index 0b8f6036f2..b25e67be4c 100644 --- a/ext/json/tests/bug41567.phpt +++ b/ext/json/tests/bug41567.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #41567 (json_encode() double conversion is inconsistent with PHP) --SKIPIF-- -if (!extension_loaded('json')) die('skip'); +<?php if (!extension_loaded('json')) prit 'skip'; ?> --FILE-- <?php |
