3v4l.org

run code in 300+ PHP versions simultaneously
<?php $students = array ( array("Students Name" =>"Akash", "Roll No." =>01, "Subject" =>"c++","Gender" =>"male"), array("Students Name" =>"Dinesh", "Roll No." =>02, "Subject" =>"c++","Gender" =>"male"), array("Students Name" =>"Satish", "Roll No." =>03, "Subject" =>"c++","Gender" =>"male"), array("Students Name" =>"Alok", "Roll No." =>04, "Subject" =>"c++","Gender" =>"male"), ); echo '<pre>'; print_r($students);
Output for git.master, git.master_jit, rfc.property-hooks
<pre>Array ( [0] => Array ( [Students Name] => Akash [Roll No.] => 1 [Subject] => c++ [Gender] => male ) [1] => Array ( [Students Name] => Dinesh [Roll No.] => 2 [Subject] => c++ [Gender] => male ) [2] => Array ( [Students Name] => Satish [Roll No.] => 3 [Subject] => c++ [Gender] => male ) [3] => Array ( [Students Name] => Alok [Roll No.] => 4 [Subject] => c++ [Gender] => male ) )

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