diff options
Diffstat (limited to 'ext/json/tests/json_encode_basic_utf8.phpt')
-rw-r--r-- | ext/json/tests/json_encode_basic_utf8.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/json/tests/json_encode_basic_utf8.phpt b/ext/json/tests/json_encode_basic_utf8.phpt index ac5000d9fd..76fd268b73 100644 --- a/ext/json/tests/json_encode_basic_utf8.phpt +++ b/ext/json/tests/json_encode_basic_utf8.phpt @@ -10,8 +10,6 @@ $utf8_string = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCMDEyMzTvvJ var_dump(json_encode($utf8_string)); ?> -===Done=== --EXPECT-- *** Testing json_encode() : basic functionality with UTF-8 input*** string(103) ""\u65e5\u672c\u8a9e\u30c6\u30ad\u30b9\u30c8\u3067\u3059\u300201234\uff15\uff16\uff17\uff18\uff19\u3002"" -===Done=== |