]> granicus.if.org Git - php/commitdiff
- Fixed test
authorFelipe Pena <felipe@php.net>
Tue, 14 Oct 2008 17:37:13 +0000 (17:37 +0000)
committerFelipe Pena <felipe@php.net>
Tue, 14 Oct 2008 17:37:13 +0000 (17:37 +0000)
ext/pdo_mysql/tests/bug46292.phpt

index 11e2d6fb6a4b41d23e4614f49a956bb10b85bab1..e959baefc4d74162bc4f8bde0eb015998c3752da 100644 (file)
@@ -48,24 +48,24 @@ Bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when using FETCH_
 --EXPECTF--
 bool(true)
 myclass::__construct()
-object(myclass)#3 (1) {
+object(myclass)#%d (1) {
   ["value"]=>
   string(1) "1"
 }
 myclass::__construct()
-object(myclass2)#3 (1) {
+object(myclass2)#%d (1) {
   ["value"]=>
   string(1) "2"
 }
 myclass::__construct()
 array(2) {
   [0]=>
-  object(myclass)#3 (1) {
+  object(myclass)#%d (1) {
     ["value"]=>
     NULL
   }
   [1]=>
-  object(stdClass)#4 (1) {
+  object(stdClass)#%d (1) {
     ["value"]=>
     NULL
   }