3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = array('@Needle Value@' => '<a href=“#some-key”>$0</a>'); $string = 'I am the Needle Value'; echo preg_replace(array_keys($data), $data, $string);

preferences:
17.48 ms | 402 KiB | 5 Q