<?php class A{ static function foo(){ $this→abc = 1; echo $this→abc; } } A::foo();
You have javascript disabled. You will not be able to edit any code.