diff options
-rw-r--r-- | ext/json/tests/pass001.1.phpt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/json/tests/pass001.1.phpt b/ext/json/tests/pass001.1.phpt index 003ffc9553..5592bef493 100644 --- a/ext/json/tests/pass001.1.phpt +++ b/ext/json/tests/pass001.1.phpt @@ -101,7 +101,7 @@ $arr = json_decode($arr_enc, true); var_dump($arr); ?> ---EXPECT-- +--EXPECTF-- Testing: [ "JSON Test Pattern pass1", @@ -613,14 +613,14 @@ array(14) { array(0) { } ["object"]=> - object(stdClass)%d (0) { + object(stdClass)#%d (0) { } ["123"]=> - object(stdClass)%d (1) { + object(stdClass)#%d (1) { ["456"]=> - object(stdClass)%d (1) { + object(stdClass)#%d (1) { ["abc"]=> - object(stdClass)%d (3) { + object(stdClass)#%d (3) { ["789"]=> string(3) "def" ["012"]=> |