3v4l.org

run code in 300+ PHP versions simultaneously
<?php $player[] = array('nr'=>1,'name'=>'mello','cash'=>100); $player[] = array('nr'=>5,'name'=>'nakas','cash'=>300); for ($i = 0; $i<2; $i++) { echo ($arr[$i]['name'] ); echo '<br/>'; echo $arr[$i]['cash'] ;echo '<br/>'; echo '<br/>'; } ?>
Output for git.master, git.master_jit
Warning: Undefined variable $arr in /in/DGG5Z on line 6 Warning: Trying to access array offset on value of type null in /in/DGG5Z on line 6 Warning: Trying to access array offset on value of type null in /in/DGG5Z on line 6 <br/> Warning: Undefined variable $arr in /in/DGG5Z on line 7 Warning: Trying to access array offset on value of type null in /in/DGG5Z on line 7 Warning: Trying to access array offset on value of type null in /in/DGG5Z on line 7 <br/><br/> Warning: Undefined variable $arr in /in/DGG5Z on line 6 Warning: Trying to access array offset on value of type null in /in/DGG5Z on line 6 Warning: Trying to access array offset on value of type null in /in/DGG5Z on line 6 <br/> Warning: Undefined variable $arr in /in/DGG5Z on line 7 Warning: Trying to access array offset on value of type null in /in/DGG5Z on line 7 Warning: Trying to access array offset on value of type null in /in/DGG5Z on line 7 <br/><br/>
Output for rfc.property-hooks
Warning: Undefined variable $arr in /in/DGG5Z on line 6 Warning: Trying to access array offset on null in /in/DGG5Z on line 6 Warning: Trying to access array offset on null in /in/DGG5Z on line 6 <br/> Warning: Undefined variable $arr in /in/DGG5Z on line 7 Warning: Trying to access array offset on null in /in/DGG5Z on line 7 Warning: Trying to access array offset on null in /in/DGG5Z on line 7 <br/><br/> Warning: Undefined variable $arr in /in/DGG5Z on line 6 Warning: Trying to access array offset on null in /in/DGG5Z on line 6 Warning: Trying to access array offset on null in /in/DGG5Z on line 6 <br/> Warning: Undefined variable $arr in /in/DGG5Z on line 7 Warning: Trying to access array offset on null in /in/DGG5Z on line 7 Warning: Trying to access array offset on null in /in/DGG5Z on line 7 <br/><br/>

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:
60.46 ms | 402 KiB | 8 Q