Arquivos
hhvm/hphp/test/vm/prop_ctx.php.exp
T
2013-02-11 08:12:53 -08:00

17 linhas
414 B
Plaintext

string(17) "I am private in a"
string(16) "I am public in b"
object(b)#1 (2) {
["prop"]=>
string(16) "I am public in b"
["prop":"a":private]=>
string(9) "new value"
}
object(b)#1 (2) {
["prop"]=>
string(11) "newer value"
["prop":"a":private]=>
string(9) "new value"
}
string(17) "I am private in a"
HipHop Fatal error: Cannot access private property a::$prop in hphp/test/vm/prop_ctx.php on line 5