Arquivos
hhvm/hphp/test/vm/debug_backtrace_continuation.php.exp
T
bsimmers 88f1bcf907 Strengthen filepath.filter and make it run for all tests
It now handles filenames in strings that have been
var_dumped, without having to special case them. I also renamed it to
default.filter and changed verify to run it on every test. This lets us
remove a lot of symlinks that used to point to filepath.filter and
changed the expected output for a bunch of tests.
2013-04-01 13:46:30 -07:00

51 linhas
795 B
Plaintext

array(3) {
[0]=>
array(4) {
["file"]=>
string(0) ""
["line"]=>
int(-1)
["function"]=>
string(12) "my_generator"
["args"]=>
array(1) {
[0]=>
object(Continuation)#1 (0) {
}
}
}
[1]=>
array(7) {
["file"]=>
"hphp/test/vm/debug_backtrace_continuation.php"
["line"]=>
int(10)
["function"]=>
string(4) "send"
["class"]=>
string(12) "Continuation"
["object"]=>
object(Continuation)#1 (0) {
}
["type"]=>
string(2) "->"
["args"]=>
array(1) {
[0]=>
NULL
}
}
[2]=>
array(4) {
["file"]=>
"hphp/test/vm/debug_backtrace_continuation.php"
["line"]=>
int(13)
["function"]=>
string(10) "my_wrapper"
["args"]=>
array(0) {
}
}
}