1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 07:58:20 +02:00

- Fixed test

This commit is contained in:
Felipe Pena
2008-10-14 17:37:13 +00:00
parent 469e58a2a1
commit 31314f5256
+4 -4
View 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
}