3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = 'Visual Performance Series'; $skipDictionary = array( 'all' => array( 'Visual Performance', 'ThinLine', 'Extreme', 'Architectural Series', 'Invisible Series', 'Cinema', 'Soundbar', 'Subwoofers', 'Sonance Landscape Series', 'Satellites', 'Subwoofers', 'Systems', 'Sonarray', 'Mariners', 'Medium' ) ); $replaceArray = array_map(function($val){ return '<span class="notranslate">'.$val.'</span>'; }, $skipDictionary['all']); foreach($skipDictionary['all'] AS $idx => $search) { $text = preg_replace('(\s|^)'.$search.'(\s|$)', '<span class=\"notranslate\">Visual Performance</span>', $text); } echo '<div>'.$text.'</div>';
Output for git.master, git.master_jit, rfc.property-hooks
Warning: preg_replace(): Unknown modifier 'V' in /in/MH3LK on line 28 Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/MH3LK on line 28 Warning: preg_replace(): Unknown modifier 'T' in /in/MH3LK on line 28 Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/MH3LK on line 28 Warning: preg_replace(): Unknown modifier 'E' in /in/MH3LK on line 28 Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/MH3LK on line 28 Warning: preg_replace(): Unknown modifier 'r' in /in/MH3LK on line 28 Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/MH3LK on line 28 Warning: preg_replace(): Unknown modifier 'I' in /in/MH3LK on line 28 Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/MH3LK on line 28 Warning: preg_replace(): Unknown modifier 'C' in /in/MH3LK on line 28 Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/MH3LK on line 28 Warning: preg_replace(): Unknown modifier 'o' in /in/MH3LK on line 28 Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/MH3LK on line 28 Warning: preg_replace(): Unknown modifier 'b' in /in/MH3LK on line 28 Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/MH3LK on line 28 Warning: preg_replace(): Unknown modifier 'o' in /in/MH3LK on line 28 Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/MH3LK on line 28 Warning: preg_replace(): Unknown modifier 'a' in /in/MH3LK on line 28 Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/MH3LK on line 28 Warning: preg_replace(): Unknown modifier 'b' in /in/MH3LK on line 28 Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/MH3LK on line 28 Warning: preg_replace(): Unknown modifier 'y' in /in/MH3LK on line 28 Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/MH3LK on line 28 Warning: preg_replace(): Unknown modifier 'o' in /in/MH3LK on line 28 Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/MH3LK on line 28 Warning: preg_replace(): Unknown modifier 'M' in /in/MH3LK on line 28 Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/MH3LK on line 28 Warning: preg_replace(): Unknown modifier 'M' in /in/MH3LK on line 28 <div></div>

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:
55.82 ms | 409 KiB | 8 Q