Lines Matching refs:p
6 private $p = 'test';
8 unset($this->p);
11 $this->p = 'changed';
17 $this->p = 'changed in D';
36 $d->p = 'this will create a public property';
49 $c->p = 'this will fail';
56 ["p":"C":private]=>
62 ["p"]=>
68 ["p"]=>
75 ["p":"C":private]=>
81 Fatal error: Uncaught Error: Cannot access private property C::$p in %s:46