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" ) ); for ($a = 1; $a <= 6; $a++): echo $p_41[a]["nomer"]; echo $p_41[a]["PIP"]; echo $p_41[a]["SB"]; endfor; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Undefined constant "a" in /in/CPEdA:30 Stack trace: #0 {main} thrown in /in/CPEdA on line 30
Process exited with code 255.

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