3v4l.org

run code in 300+ PHP versions simultaneously
<?php $students = array(array(array( array ( name=>"Akash", Roll no.=>100, age=>30, specialty=>"Java" ), array ( name=>"Jag", Roll no.=>101, age=>24, specialty=>"C++" ), array ( name=>"Yasin", Roll no.=>102, age=>63, specialty=>"Javascript" ))) ); print $characters[0][0][2]; ?>
Output for 5.4.0 - 5.4.30
Parse error: syntax error, unexpected 'no' (T_STRING), expecting ')' in /in/KmUdS on line 4
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_STRING, expecting ')' in /in/KmUdS on line 4
Process exited with code 255.

preferences:
182.33 ms | 1395 KiB | 67 Q