]> granicus.if.org Git - php/commitdiff
Fixed tests (object id)
authorXinchen Hui <laruence@gmail.com>
Fri, 25 Apr 2014 03:02:19 +0000 (11:02 +0800)
committerXinchen Hui <laruence@gmail.com>
Fri, 25 Apr 2014 03:02:19 +0000 (11:02 +0800)
ext/pdo/tests/pdo_014.phpt

index 794fdae7db6c148bca7aca8ae2ab265c92278293..7b93fb83a8037f8eeb4d17bf3c6a7c1bad7b4585 100644 (file)
@@ -71,14 +71,14 @@ foreach($stmt as $data)
 ?>
 --EXPECTF--
 Test::__construct(WOW)
-object(Test)#4 (2) {
+object(Test)#%d (2) {
   ["val"]=>
   string(1) "A"
   ["grp"]=>
   string(6) "Group1"
 }
 Test::__construct(WOW)
-object(Test)#6 (2) {
+object(Test)#%d (2) {
   ["val"]=>
   string(1) "B"
   ["grp"]=>