3v4l.org

run code in 300+ PHP versions simultaneously
<?php $option_array[] = array( "name" => "delivery", "options" => array( "sat", "sun") ); $option_array[] = array( "name" => "colour", "options" => array( "red", "blue", "green") ); $option_array[] = array( "name" => "size", "options" => array( "small", "medium", "large") ); var_dump($option_array);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/42UmH
function name:  (null)
number of ops:  10
compiled vars:  !0 = $option_array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_DIM                                               !0
    4     1        OP_DATA                                                  <array>
    8     2        ASSIGN_DIM                                               !0
    9     3        OP_DATA                                                  <array>
   13     4        ASSIGN_DIM                                               !0
   14     5        OP_DATA                                                  <array>
   19     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.73 ms | 1394 KiB | 15 Q