<?php class A { const X = 1 + self::Z; const Y = 1 - self::Z; const Z = self::Z; function f() { echo static::X; echo static::Y; echo static::Z; } } class B extends A { const Z = 1; } (new B)->f();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`