Arquivos
hhvm/hphp/test/slow/exceptions/66.php.expect
T
ptarjan 503f75d08b Rename test directories
These names don't make sense now that we run both suites the same
way.
2013-04-17 09:06:51 -07:00

48 linhas
661 B
Plaintext

array(2) {
[0]=>
array(3) {
["class"]=>
string(1) "C"
["function"]=>
string(1) "g"
["type"]=>
string(2) "->"
}
[1]=>
array(3) {
["class"]=>
string(1) "C"
["function"]=>
string(1) "f"
["type"]=>
string(2) "->"
}
}
------------------------
array(2) {
[0]=>
array(4) {
["class"]=>
string(1) "C"
["function"]=>
string(1) "g"
["object"]=>
object(C)#1 (0) {
}
["type"]=>
string(2) "->"
}
[1]=>
array(4) {
["class"]=>
string(1) "C"
["function"]=>
string(1) "f"
["object"]=>
object(C)#1 (0) {
}
["type"]=>
string(2) "->"
}
}