3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start_options = array( 'null'=>'None' , '*'=>'*' ); $end_options = array( '99'=>'99' ); $options = array_merge( $start_options , array_combine(range(0,20), range(0,20)) , $end_options ); print_r($options);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vMJIF
function name:  (null)
number of ops:  24
compiled vars:  !0 = $start_options, !1 = $end_options, !2 = $options
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    6     1        ASSIGN                                                   !1, <array>
    8     2        INIT_FCALL                                               'array_merge'
          3        SEND_VAR                                                 !0
    9     4        INIT_FCALL                                               'array_combine'
          5        INIT_FCALL                                               'range'
          6        SEND_VAL                                                 0
          7        SEND_VAL                                                 20
          8        DO_ICALL                                         $5      
          9        SEND_VAR                                                 $5
         10        INIT_FCALL                                               'range'
         11        SEND_VAL                                                 0
         12        SEND_VAL                                                 20
         13        DO_ICALL                                         $6      
         14        SEND_VAR                                                 $6
         15        DO_ICALL                                         $7      
         16        SEND_VAR                                                 $7
   10    17        SEND_VAR                                                 !1
         18        DO_ICALL                                         $8      
    8    19        ASSIGN                                                   !2, $8
   12    20        INIT_FCALL                                               'print_r'
         21        SEND_VAR                                                 !2
         22        DO_ICALL                                                 
         23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.01 ms | 1395 KiB | 21 Q