3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string= "Hello, view this pdf [PDF='hello.pdf'] and then view this PDF [PDF='goodmorning.pdf']"; echo preg_replace("/(.*?)(\[\w{3}=\')(\w+\.\w+)(\'\](.*?)/", "$1 <object data=\"https://myurl.com/media/$3\" class=\"pdf-shortcode-iframe" type=\"application/pdf\"> <iframe class=\"pdf-shortcode-iframe\" src=\"https://docs.google.com/viewer?url=https://myurl.com/media/$3&embedded=true\"></iframe> </object>$5 <object data=\"https://myurl.com/media/$7\" class=\"pdf-shortcode-iframe\" type=\"application/pdf\"> <iframe class=\"pdf-shortcode-iframe\" src=\"https://docs.google.com/viewer? url=https://myurl.com/media/$3&embedded=true"></iframe> </object>", $string);
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.7
Parse error: syntax error, unexpected 'type' (T_STRING), expecting ',' or ')' in /in/uMQjD on line 8
Process exited with code 255.

preferences:
165.85 ms | 1395 KiB | 36 Q