3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'Samsung UN32EH4003 32-inch 720p 60Hz LED HDTV (Black)'; $arr=array(); preg_match_all('/\b([0-9A-Za-z]{3,})\b/i', $string, $arr); $keywords = array_slice(array_unique($arr[0]),0,3); echo implode(' ', $keywords);
Output for git.master, git.master_jit, rfc.property-hooks
Samsung UN32EH4003 inch

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:
41.55 ms | 401 KiB | 8 Q