diff options
Diffstat (limited to 'ext/json/tests/json_encode_basic.phpt')
-rw-r--r-- | ext/json/tests/json_encode_basic.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/json/tests/json_encode_basic.phpt b/ext/json/tests/json_encode_basic.phpt index 119c04f106..de65600f38 100644 --- a/ext/json/tests/json_encode_basic.phpt +++ b/ext/json/tests/json_encode_basic.phpt @@ -86,7 +86,6 @@ foreach($inputs as $input) { } ?> -===Done=== --EXPECT-- *** Testing json_encode() : basic functionality *** -- Iteration 1 -- @@ -143,4 +142,3 @@ string(4) "null" bool(false) -- Iteration 27 -- string(82) "{"MyInt":99,"MyFloat":123.45,"MyBool":true,"MyNull":null,"MyString":"Hello World"}" -===Done=== |