From: foobar Date: Fri, 29 Jun 2007 13:51:27 +0000 (+0000) Subject: - Added missing SKIPIFs X-Git-Tag: php-5.2.4RC1~257 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad0beee01fb0e845117a5dc9b8966a492fdebed7;p=php - Added missing SKIPIFs --- diff --git a/ext/json/tests/bug41403.phpt b/ext/json/tests/bug41403.phpt index 80576c85b1..1a7343122a 100644 --- a/ext/json/tests/bug41403.phpt +++ b/ext/json/tests/bug41403.phpt @@ -2,6 +2,9 @@ Bug #41403 (json_decode cannot decode floats if localeconv decimal_point is not '.') --SKIPIF-- string(5) "value" } -Done \ No newline at end of file +Done diff --git a/ext/json/tests/bug41567.phpt b/ext/json/tests/bug41567.phpt index 837c360a87..0b8f6036f2 100644 --- a/ext/json/tests/bug41567.phpt +++ b/ext/json/tests/bug41567.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #41567 (json_encode() double conversion is inconsistent with PHP) +--SKIPIF-- +if (!extension_loaded('json')) die('skip'); --FILE--