3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array( 'RequestID' => 0, 'ClientName' => null, 'Username' => "\0", 'RequestAssignee' => 0.0, 'Status' => '0', 'Priority' => false, 'Extra' => '' ); $error = 0; foreach ($array as $k => $v){ if (empty($v)) { $error++; } } if ($error == count($array)) { echo '<li>Please enter a value into at least one of the fields regarding the request you are searching for.</li>'; }else{ echo 'all good'; }
Output for git.master, git.master_jit, rfc.property-hooks
all good

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