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

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)