3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('MAX_RUNS_ON_SITE',12); $nRuns=2; $nSplits=1; $bShowSplits=true; for($i=1;$i<=$nRuns;$i++) { ${"sRun{$i}Split1"} = 'blah'; if ($nSplits>0) ${"nRun{$i}Split1Pos"} = $row['nRun'.$i.'Split1Pos']; } for ($i=1;$i<=MAX_RUNS_ON_SITE;$i++) { if ($nRuns>$i-1) $thisRow[] = displayRunTime(${'sRun'.$i.'Split1'}, ${'nRun'.$i.'Split1Pos'}); } function displayRunTime($s, $n) { echo $s; echo ' '; echo $n; } ?>
Output for git.master, git.master_jit
Warning: Undefined variable $row in /in/vuEhe on line 12 Warning: Trying to access array offset on value of type null in /in/vuEhe on line 12 Warning: Undefined variable $row in /in/vuEhe on line 12 Warning: Trying to access array offset on value of type null in /in/vuEhe on line 12 blah blah
Output for rfc.property-hooks
Warning: Undefined variable $row in /in/vuEhe on line 12 Warning: Trying to access array offset on null in /in/vuEhe on line 12 Warning: Undefined variable $row in /in/vuEhe on line 12 Warning: Trying to access array offset on null in /in/vuEhe on line 12 blah blah

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