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

41 linhas
735 B
Plaintext

DebuggerClient
object(DebuggerClient)#1 (0) {
}
string(26) "O:14:"DebuggerClient":0:{}"
object(DebuggerClient)#2 (0) {
}
array(4) {
[0]=>
string(11) "__construct"
[1]=>
string(8) "getState"
[2]=>
string(4) "init"
[3]=>
string(10) "processCmd"
}
================
A_DebuggerClient
HipHop Warning: DateInterval::__construct() expects exactly 1 parameter, 0 given in %s on line 26
object(A_DebuggerClient)#3 (1) {
["___x"]=>
NULL
}
string(41) "O:16:"A_DebuggerClient":1:{s:4:"___x";N;}"
object(A_DebuggerClient)#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"
}