3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xmlFile = "<ss:Data ss:Type=\"String\" xmlns="http://www.w3.org/TR/REC-html40">"; $pattern = '/<ss:Data ss:Type="String".+>/'; $xmlFile = preg_replace($pattern, '<ss:Data ss:Type="String">', $xmlFile); var_dump($xmlFile);
Output for 5.4.0 - 5.4.16
Parse error: syntax error, unexpected 'http' (T_STRING) in 0GY5d 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 0GY5d on line 3
Process exited with code 255.
Output for 5.3.25
Parse error: syntax error, unexpected T_STRING in /in/YO36K on line 3
Process exited with code 255.

preferences:
183.6 ms | 1395 KiB | 51 Q