3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = '[img width=600 height=300]url[/img]'; // here-------------------v // v echo preg_replace("/\[img width=(.*) height=(.*)\](.*)\[\/img\]/Usi", "<img src=\"\\3\" class=\"image\" style=\"width:\\1; height:\\2\" />", $text); echo "\n---\n"; echo preg_replace("/\[img width=(.*) height=(.*)\](.*)\[\/img\]/Usi", "<img src=\"\\3\" class=\"image\" style=\"width:\\1; height:\\2\" />", $text); echo "\n---\n"; echo preg_replace("/\[img width=(.*) height=(.*)\](.*)\[\/img\]/Usi", "<img src=\"$3\" class=\"image\" style=\"width:$1; height:$2\" />", $text);

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
161.1 ms | 2142 KiB | 9 Q