From ad0beee01fb0e845117a5dc9b8966a492fdebed7 Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 29 Jun 2007 13:51:27 +0000 Subject: [PATCH] - Added missing SKIPIFs --- ext/json/tests/bug41403.phpt | 3 +++ ext/json/tests/bug41504.phpt | 4 +++- ext/json/tests/bug41567.phpt | 2 ++ 3 files changed, 8 insertions(+), 1 deletion(-) 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--