3v4l.org

run code in 300+ PHP versions simultaneously
<?php function tester( array &$error ) { $error = [ 'text' => 'nothing found' ]; return true; } $error = []; call_user_func( 'tester', $error ); var_dump( $error );

preferences:
26.9 ms | 402 KiB | 5 Q