3v4l.org

run code in 300+ PHP versions simultaneously
<?php class ABC { public $this; function test() { $this->this = 'abc'; } } $a = new ABC; var_dump($a->this);

preferences:
71.51 ms | 402 KiB | 5 Q