3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test() { var_dump( join('/', func_get_args() ) ); } test( 'a', 'b'); test( 'a', 'b', null );

preferences:
41.58 ms | 402 KiB | 5 Q