tony2001 Fri Apr 20 10:16:47 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json/tests pass001.1.phpt Log: apply correct fix http://cvs.php.net/viewvc.cgi/php-src/ext/json/tests/pass001.1.phpt?r1=1.3.2.2&r2=1.3.2.3&diff_format=u Index: php-src/ext/json/tests/pass001.1.phpt diff -u php-src/ext/json/tests/pass001.1.phpt:1.3.2.2 php-src/ext/json/tests/pass001.1.phpt:1.3.2.3 --- php-src/ext/json/tests/pass001.1.phpt:1.3.2.2 Fri Apr 20 10:15:04 2007 +++ php-src/ext/json/tests/pass001.1.phpt Fri Apr 20 10:16:46 2007 @@ -101,7 +101,7 @@ var_dump($arr); ?> ---EXPECT-- +--EXPECTF-- Testing: [ "JSON Test Pattern pass1", @@ -608,14 +608,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"]=>
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php