3v4l.org

run code in 300+ PHP versions simultaneously
<?php $skill = array(".net","software framework","microsoft"); $text = ".NET Framework is a software framework developed by Microsoft"; foreach ($skill as $skills) { preg_match_all("~(?<!\w)" . preg_quote($skills) . "\b~i", $text, $matchWords); foreach ($matchWords[0] as $matchWord) { echo "<b>MatchWord:</b> " . $matchWord. "<br>"; } }
Output for git.master, git.master_jit, rfc.property-hooks
<b>MatchWord:</b> .NET<br><b>MatchWord:</b> software framework<br><b>MatchWord:</b> Microsoft<br>

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:
180.8 ms | 405 KiB | 5 Q