3v4l.org

run code in 300+ PHP versions simultaneously
<?php $value = 'Intel'; $value = preg_replace('<span style="font-size: 8pt">Intel and the Intel logo are trademarks of Intel Corporation in the United States and other countries.<\\/span>/i', '', $value); $value = preg_replace('<span style="font-size: 8pt">*Other names and brands may be claimed as the property of others.<\\/span>/i', '', $value); $value = preg_replace('<p><\\/p> <p><span style="font-size: 8pt">* Other names and brands may be claimed as the property of others.<\\/span><\\/p>/i', '', $value); echo $value; } ?>
Output for 7.0.0 - 7.0.2
Parse error: syntax error, unexpected '}', expecting end of file in /in/XANDo on line 8
Process exited with code 255.
Output for 5.5.24 - 5.5.31, 5.6.8 - 5.6.17
Parse error: syntax error, unexpected '}' in /in/XANDo on line 8
Process exited with code 255.

preferences:
159.44 ms | 1399 KiB | 28 Q