Arquivos
hhvm/hphp/test/quick/prop_ctx.php.expectf
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

17 linhas
391 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 %s on line 5