3v4l.org

run code in 300+ PHP versions simultaneously
<?php function sample( &$array ) { $array['test'] = 'test1'; } function sample1( array $fruit ) { var_dump( $fruit ); } $test = array( 'test2' => 'test3' ); sample1( sample( $test ) );

preferences:
38.8 ms | 402 KiB | 5 Q