Arquivos
hhvm/hphp/test/quick/builtin_extension_SQLite3Stmt.php.expectf
T
Paul Tarjan c4357440b0 slice up builtin_extension
This .expectf files turns into a huge regex and is our largest one. Instead lets have many small tests.

I made it with some fancy bash script.
2013-05-09 11:37:39 -07:00

50 linhas
928 B
Plaintext

SQLite3Stmt
HipHop Warning: SQLite3Stmt::__construct() expects exactly 2 parameters, 0 given in %s 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: DateInterval::__construct() expects exactly 1 parameter, 0 given in %s 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(5) {
[0]=>
string(11) "__construct"
[1]=>
string(5) "__get"
[2]=>
string(5) "__set"
[3]=>
string(20) "createFromDateString"
[4]=>
string(6) "format"
}