Lines Matching refs:prop

7     public readonly int $prop;
11 $this->prop = 1;
16 echo $this->prop;
20 $this->prop = 1;
25 $this->prop += 1;
30 $this->prop[] = 1;
35 echo (int) isset($this->prop);
39 unset($this->prop);
50 echo $test->prop;
54 $test->prop = 0;
59 $test->prop += 1;
64 $test->prop[] = 1;
69 echo (int) isset($test->prop);
73 unset($test->prop);
108 Init: 1, scope: 1, op: w: Cannot modify readonly property Test::$prop
109 Init: 1, scope: 1, op: rw: Cannot modify readonly property Test::$prop
110 Init: 1, scope: 1, op: im: Cannot indirectly modify readonly property Test::$prop
112 Init: 1, scope: 1, op: us: Cannot unset readonly property Test::$prop
115 Init: 1, scope: 0, op: w: Cannot modify readonly property Test::$prop
116 Init: 1, scope: 0, op: rw: Cannot modify readonly property Test::$prop
117 Init: 1, scope: 0, op: im: Cannot indirectly modify readonly property Test::$prop
119 Init: 1, scope: 0, op: us: Cannot unset readonly property Test::$prop
121 Init: 0, scope: 1, op: r: Typed property Test::$prop must not be accessed before initialization
123 Init: 0, scope: 1, op: rw: Typed property Test::$prop must not be accessed before initialization
124 Init: 0, scope: 1, op: im: Cannot indirectly modify readonly property Test::$prop
128 Init: 0, scope: 0, op: r: Typed property Test::$prop must not be accessed before initialization
129 Init: 0, scope: 0, op: w: Cannot modify protected(set) readonly property Test::$prop from global sc…
130 Init: 0, scope: 0, op: rw: Typed property Test::$prop must not be accessed before initialization
131 Init: 0, scope: 0, op: im: Cannot indirectly modify readonly property Test::$prop
133 Init: 0, scope: 0, op: us: Cannot unset protected(set) readonly property Test::$prop from global sc…