3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "<h1>Manual access to each element</h1>"; echo $shop[0][0]." costs ".$shop[0][1]." and you get ".$shop[0][2]."<br />"; echo $shop[1][0]." costs ".$shop[1][1]." and you get ".$shop[1][2]."<br />"; echo $shop[2][0]." costs ".$shop[2][1]." and you get ".$shop[2][2]."<br />"; echo "<h1>Using loops to display array elements</h1>"; echo "<ol>"; for ($row = 0; $row < 3; $row++) { echo "<li><b>The row number $row</b>"; echo "<ul>"; for ($col = 0; $col < 3; $col++) { echo "<li>".$shop[$row][$col]."</li>"; } echo "</ul>"; echo "</li>"; } echo "</ol>";
Output for git.master, git.master_jit
<h1>Manual access to each element</h1> Warning: Undefined variable $shop in /in/0H7Iv on line 4 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 4 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 4 Warning: Undefined variable $shop in /in/0H7Iv on line 4 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 4 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 4 Warning: Undefined variable $shop in /in/0H7Iv on line 4 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 4 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 4 costs and you get <br /> Warning: Undefined variable $shop in /in/0H7Iv on line 5 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 5 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 5 Warning: Undefined variable $shop in /in/0H7Iv on line 5 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 5 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 5 Warning: Undefined variable $shop in /in/0H7Iv on line 5 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 5 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 5 costs and you get <br /> Warning: Undefined variable $shop in /in/0H7Iv on line 6 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 6 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 6 Warning: Undefined variable $shop in /in/0H7Iv on line 6 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 6 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 6 Warning: Undefined variable $shop in /in/0H7Iv on line 6 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 6 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 6 costs and you get <br /><h1>Using loops to display array elements</h1><ol><li><b>The row number 0</b><ul> Warning: Undefined variable $shop in /in/0H7Iv on line 18 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 18 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 18 <li></li> Warning: Undefined variable $shop in /in/0H7Iv on line 18 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 18 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 18 <li></li> Warning: Undefined variable $shop in /in/0H7Iv on line 18 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 18 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 18 <li></li></ul></li><li><b>The row number 1</b><ul> Warning: Undefined variable $shop in /in/0H7Iv on line 18 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 18 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 18 <li></li> Warning: Undefined variable $shop in /in/0H7Iv on line 18 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 18 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 18 <li></li> Warning: Undefined variable $shop in /in/0H7Iv on line 18 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 18 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 18 <li></li></ul></li><li><b>The row number 2</b><ul> Warning: Undefined variable $shop in /in/0H7Iv on line 18 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 18 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 18 <li></li> Warning: Undefined variable $shop in /in/0H7Iv on line 18 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 18 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 18 <li></li> Warning: Undefined variable $shop in /in/0H7Iv on line 18 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 18 Warning: Trying to access array offset on value of type null in /in/0H7Iv on line 18 <li></li></ul></li></ol>
Output for rfc.property-hooks
<h1>Manual access to each element</h1> Warning: Undefined variable $shop in /in/0H7Iv on line 4 Warning: Trying to access array offset on null in /in/0H7Iv on line 4 Warning: Trying to access array offset on null in /in/0H7Iv on line 4 Warning: Undefined variable $shop in /in/0H7Iv on line 4 Warning: Trying to access array offset on null in /in/0H7Iv on line 4 Warning: Trying to access array offset on null in /in/0H7Iv on line 4 Warning: Undefined variable $shop in /in/0H7Iv on line 4 Warning: Trying to access array offset on null in /in/0H7Iv on line 4 Warning: Trying to access array offset on null in /in/0H7Iv on line 4 costs and you get <br /> Warning: Undefined variable $shop in /in/0H7Iv on line 5 Warning: Trying to access array offset on null in /in/0H7Iv on line 5 Warning: Trying to access array offset on null in /in/0H7Iv on line 5 Warning: Undefined variable $shop in /in/0H7Iv on line 5 Warning: Trying to access array offset on null in /in/0H7Iv on line 5 Warning: Trying to access array offset on null in /in/0H7Iv on line 5 Warning: Undefined variable $shop in /in/0H7Iv on line 5 Warning: Trying to access array offset on null in /in/0H7Iv on line 5 Warning: Trying to access array offset on null in /in/0H7Iv on line 5 costs and you get <br /> Warning: Undefined variable $shop in /in/0H7Iv on line 6 Warning: Trying to access array offset on null in /in/0H7Iv on line 6 Warning: Trying to access array offset on null in /in/0H7Iv on line 6 Warning: Undefined variable $shop in /in/0H7Iv on line 6 Warning: Trying to access array offset on null in /in/0H7Iv on line 6 Warning: Trying to access array offset on null in /in/0H7Iv on line 6 Warning: Undefined variable $shop in /in/0H7Iv on line 6 Warning: Trying to access array offset on null in /in/0H7Iv on line 6 Warning: Trying to access array offset on null in /in/0H7Iv on line 6 costs and you get <br /><h1>Using loops to display array elements</h1><ol><li><b>The row number 0</b><ul> Warning: Undefined variable $shop in /in/0H7Iv on line 18 Warning: Trying to access array offset on null in /in/0H7Iv on line 18 Warning: Trying to access array offset on null in /in/0H7Iv on line 18 <li></li> Warning: Undefined variable $shop in /in/0H7Iv on line 18 Warning: Trying to access array offset on null in /in/0H7Iv on line 18 Warning: Trying to access array offset on null in /in/0H7Iv on line 18 <li></li> Warning: Undefined variable $shop in /in/0H7Iv on line 18 Warning: Trying to access array offset on null in /in/0H7Iv on line 18 Warning: Trying to access array offset on null in /in/0H7Iv on line 18 <li></li></ul></li><li><b>The row number 1</b><ul> Warning: Undefined variable $shop in /in/0H7Iv on line 18 Warning: Trying to access array offset on null in /in/0H7Iv on line 18 Warning: Trying to access array offset on null in /in/0H7Iv on line 18 <li></li> Warning: Undefined variable $shop in /in/0H7Iv on line 18 Warning: Trying to access array offset on null in /in/0H7Iv on line 18 Warning: Trying to access array offset on null in /in/0H7Iv on line 18 <li></li> Warning: Undefined variable $shop in /in/0H7Iv on line 18 Warning: Trying to access array offset on null in /in/0H7Iv on line 18 Warning: Trying to access array offset on null in /in/0H7Iv on line 18 <li></li></ul></li><li><b>The row number 2</b><ul> Warning: Undefined variable $shop in /in/0H7Iv on line 18 Warning: Trying to access array offset on null in /in/0H7Iv on line 18 Warning: Trying to access array offset on null in /in/0H7Iv on line 18 <li></li> Warning: Undefined variable $shop in /in/0H7Iv on line 18 Warning: Trying to access array offset on null in /in/0H7Iv on line 18 Warning: Trying to access array offset on null in /in/0H7Iv on line 18 <li></li> Warning: Undefined variable $shop in /in/0H7Iv on line 18 Warning: Trying to access array offset on null in /in/0H7Iv on line 18 Warning: Trying to access array offset on null in /in/0H7Iv on line 18 <li></li></ul></li></ol>

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:
39.99 ms | 409 KiB | 8 Q