3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = '1234'; $testcopy = $test; //$testcopy = str_replace( '1' ); $testcopy=str_replace('1','9',$testcopy); if ( $testcopy ) { $test = $testcopy; } var_dump ($test);

preferences:
51.27 ms | 402 KiB | 5 Q