From cb81428054fc9bfd61d80b5d67a20a6fb30169f2 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 20 Apr 2007 10:16:46 +0000 Subject: [PATCH] apply correct fix --- ext/json/tests/pass001.1.phpt | 10 +++++----- 1 file 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"]=> -- 2.50.1