diff options
Diffstat (limited to 'ext/json/tests/002.phpt')
-rw-r--r-- | ext/json/tests/002.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/tests/002.phpt b/ext/json/tests/002.phpt index 48ecdc5d7b..e0f4bedde6 100644 --- a/ext/json/tests/002.phpt +++ b/ext/json/tests/002.phpt @@ -22,7 +22,7 @@ var_dump(json_encode("руссиш")); echo "Done\n"; ?> ---EXPECT-- +--EXPECT-- string(2) """" string(4) "null" string(4) "true" |