Arquivos
hhvm/hphp/test/quick/builtin_extension_SQLite3Stmt.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

56 linhas
1.1 KiB
Plaintext

SQLite3Stmt
HipHop Warning: SQLite3Stmt::__construct() expects exactly 2 parameters, 0 given in %s/hphp/test/quick/builtin_extensions.inc on line 5
object(SQLite3Stmt)#1 (0) {
}
string(23) "O:11:"SQLite3Stmt":0:{}"
object(SQLite3Stmt)#2 (0) {
}
array(8) {
[0]=>
string(11) "__construct"
[1]=>
string(10) "paramcount"
[2]=>
string(5) "close"
[3]=>
string(5) "reset"
[4]=>
string(5) "clear"
[5]=>
string(9) "bindparam"
[6]=>
string(9) "bindvalue"
[7]=>
string(7) "execute"
}
================
A_SQLite3Stmt
HipHop Warning: SQLite3Stmt::__construct() expects exactly 2 parameters, 0 given in %s/hphp/test/quick/builtin_extensions.inc on line 26
object(A_SQLite3Stmt)#3 (1) {
["___x"]=>
NULL
}
string(38) "O:13:"A_SQLite3Stmt":1:{s:4:"___x";N;}"
object(A_SQLite3Stmt)#4 (1) {
["___x"]=>
NULL
}
array(8) {
[0]=>
string(11) "__construct"
[1]=>
string(10) "paramcount"
[2]=>
string(5) "close"
[3]=>
string(5) "reset"
[4]=>
string(5) "clear"
[5]=>
string(9) "bindparam"
[6]=>
string(9) "bindvalue"
[7]=>
string(7) "execute"
}