3v4l.org

run code in 300+ PHP versions simultaneously
<?php $search_array = array("https", "www", "stackoverflow", "com"); foreach($search_array as $i => $domain) { if ( $search_array[$i] == null || $domain == "http" && count($search_array) > 1 || $domain == "https" && count($search_array) > 1 || $domain == "www" && count($search_array) > 1 || $domain == "com" && count($search_array) > 1 ) unset($search_array[$i]); } die(print_r($search_array));
Output for git.master_jit, git.master, rfc.property-hooks
Array ( [2] => stackoverflow ) 1

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