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 git.master, git.master_jit, rfc.property-hooks
Warning: preg_replace(): Unknown modifier 'I' in /in/Zq0gV on line 3 Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/Zq0gV on line 4 Warning: preg_replace(): Unknown modifier '*' in /in/Zq0gV on line 4 Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/Zq0gV on line 5 Warning: preg_replace(): Unknown modifier '<' in /in/Zq0gV on line 5

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
56.45 ms | 402 KiB | 8 Q