3v4l.org

run code in 300+ PHP versions simultaneously
<?php function replaceSingleQuotesInsideTags( $input ) { $output = preg_replace('/<[^>]*>/e', "str_replace(\"'\", \"\\\"\", '$0')", $input); echo $output; } replaceSingleQuotesInsideTags("On <A href='/home/' target='_self'>this</Apage you will find <SPAN STYLE='font-style: italic'>stuff</SPAN>"); ?>

preferences:
53.93 ms | 402 KiB | 5 Q