3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = ":Name :Name_en"; echo $str . chr(10); // The final int limits the function to a single replace. $str = str_replace(':Name', '"Test"', $str, 1); echo $str;
Output for 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
:Name :Name_en Fatal error: Uncaught Error: str_replace(): Argument #4 ($count) could not be passed by reference in /in/X1s5n:7 Stack trace: #0 {main} thrown in /in/X1s5n on line 7
Process exited with code 255.
Output for 8.1.0 - 8.1.34, 8.2.0 - 8.2.30
:Name :Name_en Fatal error: Uncaught Error: str_replace(): Argument #4 ($count) cannot be passed by reference in /in/X1s5n:7 Stack trace: #0 {main} thrown in /in/X1s5n on line 7
Process exited with code 255.

preferences:
68.61 ms | 1004 KiB | 4 Q