3v4l.org

run code in 300+ PHP versions simultaneously
<?php $my_string = "Duers™ Sligo®" $my_string = str_replace(array('®', '™'), array('', ''), $my_string); echo $my_string;
Output for 5.4.0 - 5.4.27
Parse error: syntax error, unexpected '$my_string' (T_VARIABLE) in /in/SqO4q on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_VARIABLE in /in/SqO4q on line 3
Process exited with code 255.

preferences:
194.09 ms | 1395 KiB | 64 Q