diff options
author | Antony Dovgal <tony2001@php.net> | 2007-04-20 10:16:46 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-04-20 10:16:46 +0000 |
commit | cb81428054fc9bfd61d80b5d67a20a6fb30169f2 (patch) | |
tree | 962f7f19b24f27219801d523b438de87af7aab09 | |
parent | 8deb6294ecdf0e1ceb6c5522e468dc004a1a50eb (diff) | |
download | php-git-cb81428054fc9bfd61d80b5d67a20a6fb30169f2.tar.gz |
apply correct fix
-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"]=> |