3v4l.org

run code in 300+ PHP versions simultaneously
<?php $students=array( "name"=>array("akash","jag", "rahul"), "id"=>aray(01,02,03), "age"=>array(22,22,22), ); print_r($students);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LjiRo
function name:  (null)
number of ops:  13
compiled vars:  !0 = $students
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_ARRAY                                       ~1      <array>, 'name'
    4     1        INIT_FCALL_BY_NAME                                       'aray'
          2        SEND_VAL_EX                                              1
          3        SEND_VAL_EX                                              2
          4        SEND_VAL_EX                                              3
          5        DO_FCALL                                      0  $2      
          6        ADD_ARRAY_ELEMENT                                ~1      $2, 'id'
    3     7        ADD_ARRAY_ELEMENT                                ~1      <array>, 'age'
    2     8        ASSIGN                                                   !0, ~1
    7     9        INIT_FCALL                                               'print_r'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.93 ms | 1394 KiB | 15 Q