Arquivos
hhvm/hphp/test/vm/cuf03.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

39 linhas
1.7 KiB
Plaintext

C::foo
string(1) "C"
C::foo
string(1) "C"
HipHop Warning: call_user_func expects parameter 1 to be a valid callback, class 'C' is not a subclass of 'D' in hphp/test/vm/cuf03.php on line 20
HipHop Warning: call_user_func expects parameter 1 to be a valid callback, class 'C' is not a subclass of 'E' in hphp/test/vm/cuf03.php on line 21
C::bar
string(1) "C"
C::bar
string(1) "C"
HipHop Warning: call_user_func expects parameter 1 to be a valid callback, class 'C' is not a subclass of 'D' in hphp/test/vm/cuf03.php on line 25
HipHop Warning: call_user_func expects parameter 1 to be a valid callback, class 'C' is not a subclass of 'E' in hphp/test/vm/cuf03.php on line 26
D::foo
string(1) "D"
C::foo
string(1) "D"
D::foo
string(1) "D"
HipHop Warning: call_user_func expects parameter 1 to be a valid callback, class 'D' is not a subclass of 'E' in hphp/test/vm/cuf03.php on line 32
D::bar
string(1) "D"
C::bar
string(1) "D"
D::bar
string(1) "D"
HipHop Warning: call_user_func expects parameter 1 to be a valid callback, class 'D' is not a subclass of 'E' in hphp/test/vm/cuf03.php on line 37
E::foo
string(1) "E"
HipHop Warning: call_user_func expects parameter 1 to be a valid callback, class 'E' is not a subclass of 'C' in hphp/test/vm/cuf03.php on line 41
HipHop Warning: call_user_func expects parameter 1 to be a valid callback, class 'E' is not a subclass of 'D' in hphp/test/vm/cuf03.php on line 42
E::foo
string(1) "E"
E::bar
string(1) "E"
HipHop Warning: call_user_func expects parameter 1 to be a valid callback, class 'E' is not a subclass of 'C' in hphp/test/vm/cuf03.php on line 46
HipHop Warning: call_user_func expects parameter 1 to be a valid callback, class 'E' is not a subclass of 'D' in hphp/test/vm/cuf03.php on line 47
E::bar
string(1) "E"