3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { function whatsThis() { extract(array('this' => 'lol')); var_dump($this); } } $f = new Foo(); $f->whatsThis();

preferences:
84.14 ms | 402 KiB | 5 Q