Lines Matching refs:readonly
7 public readonly int $prop;
96 Init: 1, scope: 1, op: w: Cannot modify readonly property Test::$prop
97 Init: 1, scope: 1, op: rw: Cannot modify readonly property Test::$prop
98 Init: 1, scope: 1, op: im: Cannot modify readonly property Test::$prop
100 Init: 1, scope: 1, op: us: Cannot unset readonly property Test::$prop
102 Init: 1, scope: 0, op: w: Cannot modify readonly property Test::$prop
103 Init: 1, scope: 0, op: rw: Cannot modify readonly property Test::$prop
104 Init: 1, scope: 0, op: im: Cannot modify readonly property Test::$prop
106 Init: 1, scope: 0, op: us: Cannot unset readonly property Test::$prop
110 Init: 0, scope: 1, op: im: Cannot indirectly modify readonly property Test::$prop
114 Init: 0, scope: 0, op: w: Cannot initialize readonly property Test::$prop from global scope
116 Init: 0, scope: 0, op: im: Cannot indirectly modify readonly property Test::$prop
118 Init: 0, scope: 0, op: us: Cannot unset readonly property Test::$prop from global scope