3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xmlFile = "<Font html:Face="Arial" x:Family="Swiss" html:Color="#000000">"; $xmlFile = preg_replace('/<Font"\s+.+>/', '<Font $1 xmlns=\"http://www.w3.org/TR/REC-html40\">', $xmlFile); var_dump($xmlFile);
Output for 5.4.0 - 5.4.16
Parse error: syntax error, unexpected 'Arial' (T_STRING) in t0oC7 on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.24, 5.3.26
Parse error: syntax error, unexpected T_STRING in t0oC7 on line 3
Process exited with code 255.
Output for 5.3.25
Parse error: syntax error, unexpected T_STRING in /in/GNqp3 on line 3
Process exited with code 255.

preferences:
190.38 ms | 1395 KiB | 51 Q