3v4l.org

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

preferences:
47.24 ms | 402 KiB | 5 Q