Arquivos
hhvm/hphp/test/quick/cuf__callStatic3.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
298 B
Plaintext

A::__callStatic: private_func(1,2)
A::__callStatic: protected_func(1,2)
In public_func!
B::__callStatic: private_func(1,2)
B::__callStatic: protected_func(1,2)
In public_func!
In private_func!
In protected_func!
In public_func!
A::__callStatic: private_func(1,2)
In protected_func!
In public_func!