3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'Samsung UN32EH4003 32-inch 720p 60Hz LED HDTV (Black)'; echo shorten_string($string); $arr=array(); preg_match_all('/\b([0-9A-Za-z]{3,})\b/', $string, $arr); $keywords = array_slice(array_unique($arr[0]),0,3); echo join('<br/>', $keywords);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function shorten_string() in /in/X4ZkC:3 Stack trace: #0 {main} thrown in /in/X4ZkC on line 3
Process exited with code 255.

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