3v4l.org

run code in 300+ PHP versions simultaneously
<?php $students = array( 'John' => array( "unit1" => "76", "unit2" => "62", "unit3" => "56", "unit4" => "60", ), 'Tom' => array( "unit1" => "62", "unit2" => "82", "unit3" => "56", "unit4" => "47", ), 'Jane' => array( "unit1" => "52", "unit2" => "62", "unit3" => "66", "unit4" => "80", ), 'Jess' => array( "unit1" => "72", "unit2" => "52", "unit3" => "72", "unit4" => "65", ), ); function HelloWorld(){ echo "Hello World"; } print_r($students);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/JYZ8M
function name:  (null)
number of ops:  5
compiled vars:  !0 = $students
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
   33     1        INIT_FCALL                                               'print_r'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                                 
          4      > RETURN                                                   1

Function helloworld:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/JYZ8M
function name:  HelloWorld
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   30     0  E >   ECHO                                                     'Hello+World'
   31     1      > RETURN                                                   null

End of function helloworld

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.27 ms | 1394 KiB | 15 Q