Arquivos
hhvm/hphp/test/quick/builtin_extension_SQLite3Result.php.expectf
T
Paul Tarjan 6ef9d37225 fix builtin extension tests
In D804289 I scrwed up and needed a ##/g## in my script...
2013-05-21 11:12:06 -07:00

50 linhas
798 B
Plaintext

SQLite3Result
object(SQLite3Result)#1 (0) {
}
string(25) "O:13:"SQLite3Result":0:{}"
object(SQLite3Result)#2 (0) {
}
array(7) {
[0]=>
string(11) "__construct"
[1]=>
string(10) "numcolumns"
[2]=>
string(10) "columnname"
[3]=>
string(10) "columntype"
[4]=>
string(10) "fetcharray"
[5]=>
string(5) "reset"
[6]=>
string(8) "finalize"
}
================
A_SQLite3Result
object(A_SQLite3Result)#3 (1) {
["___x"]=>
NULL
}
string(40) "O:15:"A_SQLite3Result":1:{s:4:"___x";N;}"
object(A_SQLite3Result)#4 (1) {
["___x"]=>
NULL
}
array(7) {
[0]=>
string(11) "__construct"
[1]=>
string(10) "numcolumns"
[2]=>
string(10) "columnname"
[3]=>
string(10) "columntype"
[4]=>
string(10) "fetcharray"
[5]=>
string(5) "reset"
[6]=>
string(8) "finalize"
}