Lines Matching refs:op
84 foreach (['r', 'w', 'rw', 'im', 'is', 'us', 'us_dim'] as $op) {
90 echo 'Init: ' . ((int) $init) . ', scope: ' . ((int) $scope) . ', op: ' . $op . ": ";
93 $test->{$op}();
95 $op($test);
107 Init: 1, scope: 1, op: r: 1
108 Init: 1, scope: 1, op: w: done
109 Init: 1, scope: 1, op: rw: done
110 Init: 1, scope: 1, op: im: done
111 Init: 1, scope: 1, op: is: 1
112 Init: 1, scope: 1, op: us: done
113 Init: 1, scope: 1, op: us_dim: done
114 Init: 1, scope: 0, op: r: 1
115 Init: 1, scope: 0, op: w: Cannot modify private(set) property Test::$prop from global scope
116 Init: 1, scope: 0, op: rw: Cannot modify private(set) property Test::$prop from global scope
117 Init: 1, scope: 0, op: im: Cannot indirectly modify private(set) property Test::$array from global …
118 Init: 1, scope: 0, op: is: 1
119 Init: 1, scope: 0, op: us: Cannot unset private(set) property Test::$prop from global scope
120 Init: 1, scope: 0, op: us_dim: Cannot indirectly modify private(set) property Test::$array from glo…
121 Init: 0, scope: 1, op: r: Typed property Test::$prop must not be accessed before initialization
122 Init: 0, scope: 1, op: w: done
123 Init: 0, scope: 1, op: rw: Typed property Test::$prop must not be accessed before initialization
124 Init: 0, scope: 1, op: im: done
125 Init: 0, scope: 1, op: is: 0
126 Init: 0, scope: 1, op: us: done
127 Init: 0, scope: 1, op: us_dim: done
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 private(set) property Test::$prop from global scope
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 private(set) property Test::$array from global …
132 Init: 0, scope: 0, op: is: 0
133 Init: 0, scope: 0, op: us: Cannot unset private(set) property Test::$prop from global scope
134 Init: 0, scope: 0, op: us_dim: done