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' ); sample( $test ); var_dump( $test );

preferences:
41.66 ms | 402 KiB | 5 Q