From: Antony Dovgal Date: Fri, 20 Apr 2007 10:16:46 +0000 (+0000) Subject: apply correct fix X-Git-Tag: php-5.2.2RC2~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb81428054fc9bfd61d80b5d67a20a6fb30169f2;p=php apply correct fix --- 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"]=>