3v4l.org

run code in 300+ PHP versions simultaneously
<?php $needle = ':Name'; $str = ":Name :Name_en"; echo "Leading word boundary\t\t" . preg_replace("#\b$needle\b#", '"Test"', $str); echo "\n---\n"; echo "No leading word boundary\t" . preg_replace("#$needle\b#", '"Test"', $str); echo "\n---\n"; echo "Leading non-word boundary\t" . preg_replace("#\B$needle\b#", '"Test"', $str);

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
148.48 ms | 1610 KiB | 9 Q