Arquivos
hhvm/hphp/test/vm/cuf__callStatic2.php.exp
T
Jordan Delong 363d1bb20f Code move src/ -> hphp/
This change is mostly for FB internal organizational reasons.
Building is not effected beyond the fact that the target now
lands in hphp/hhvm/hhvm rather than src/hhvm/hhvm.
2013-02-11 02:10:41 -08:00

13 linhas
470 B
Plaintext

my_class1::__call: nonexistent(1,2)
my_class1::__callStatic: nonexistent(1,2)
my_class1::__callStatic: nonexistent(1,2)
my_class1::__callStatic: nonexistent(1,2)
my_class1::__call: __call_static(1,2)
my_class1::__callStatic: __call_static(1,2)
my_base::test
test_self: my_class1::__call: nonexistent(a,b)
test_parent: my_class1::__call: nonexistent(a,b)
my_base::__call: nonexistent(1,2)
my_base::__callStatic: nonexistent(1,2)
my_base::__callStatic: nonexistent(1,2)