3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { public function doSomething(){ echo 'done testing'; } } $o1 = (new Test($a = 8))->doSomething(); var_dump($a); // Notice - undefined variable: a

preferences:
38.44 ms | 402 KiB | 5 Q