Online PHP editor | output for 3g7Pk
Run your php code online; get statistics, vld output and compare output from all versions.
3v4l.org
PHP:
class A{
static function foo(){
$this→abc = 1;
echo $this→abc;
}
}
A::foo();