diff options
author | foobar <sniper@php.net> | 2007-06-29 14:00:21 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2007-06-29 14:00:21 +0000 |
commit | 0f15eeda46cc6a673a0064775906ec7650d4d76a (patch) | |
tree | 80e3c67ef691357f9350f6f1ae5913c24f7a130d /ext/json | |
parent | ad0beee01fb0e845117a5dc9b8966a492fdebed7 (diff) | |
download | php-git-0f15eeda46cc6a673a0064775906ec7650d4d76a.tar.gz |
oops
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 |