503f75d08b
These names don't make sense now that we run both suites the same way.
17 linhas
391 B
Plaintext
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
|