Lines Matching refs:scope

83     foreach ([true, false] as $scope) {
90 echo 'Init: ' . ((int) $init) . ', scope: ' . ((int) $scope) . ', op: ' . $op . ": ";
92 if ($scope) {
107 Init: 1, scope: 1, op: r: 1
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
111 Init: 1, scope: 1, op: is: 1
112 Init: 1, scope: 1, op: us: Cannot unset readonly property Test::$prop
113 Init: 1, scope: 1, op: us_dim: Cannot indirectly modify readonly property Test::$array
114 Init: 1, scope: 0, op: r: 1
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
118 Init: 1, scope: 0, op: is: 1
119 Init: 1, scope: 0, op: us: Cannot unset readonly property Test::$prop
120 Init: 1, scope: 0, op: us_dim: Cannot indirectly modify readonly property Test::$array
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: Cannot indirectly modify readonly property Test::$prop
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 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
132 Init: 0, scope: 0, op: is: 0
133 Init: 0, scope: 0, op: us: Cannot unset protected(set) readonly property Test::$prop from global sc…
134 Init: 0, scope: 0, op: us_dim: done