3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { function hello() { $test = array( 'a' => function ($test) { echo 'hello'; } ); var_dump($test); } } $t = new Test(); $t->hello();

preferences:
39.36 ms | 402 KiB | 5 Q