3v4l.org

run code in 300+ PHP versions simultaneously
<?php $p_41 = array ( 1 => array ( "nomer"=> "1", "PIP" => "Баумкетнер Я.", "SB" => "4" ), 2 => array ( "nomer"=> "2", "PIP" => "Білик М.", "SB" => "3" ), 3 => array ( "nomer"=> "3", "PIP" => "Вівчарик В.", "SB" => "3" ), 4 => array ( "nomer"=> "4", "PIP" => "Гайдук Р.", "SB" => "4" ), 5 => array ( "nomer"=> "5", "PIP" => "Горбатюк М.", "SB" => "3" ) ); foreach ($p_41 as $a => $n) { echo "<br>$n:<br>"; foreach ($n as $b => $c) { echo "$b = $c<br>"; } } ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Array to string conversion in /in/PRtfl on line 30 <br>Array:<br>nomer = 1<br>PIP = Баумкетнер Я.<br>SB = 4<br> Warning: Array to string conversion in /in/PRtfl on line 30 <br>Array:<br>nomer = 2<br>PIP = Білик М.<br>SB = 3<br> Warning: Array to string conversion in /in/PRtfl on line 30 <br>Array:<br>nomer = 3<br>PIP = Вівчарик В.<br>SB = 3<br> Warning: Array to string conversion in /in/PRtfl on line 30 <br>Array:<br>nomer = 4<br>PIP = Гайдук Р.<br>SB = 4<br> Warning: Array to string conversion in /in/PRtfl on line 30 <br>Array:<br>nomer = 5<br>PIP = Горбатюк М.<br>SB = 3<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:
48.93 ms | 403 KiB | 8 Q