3v4l.org

run code in 300+ PHP versions simultaneously
<?php $select_option=array(array("id"=>"",val=>"")); $combo_arr= @array_merge($select_option,$combo_arr); print_r($combo_arr);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vdtUf
function name:  (null)
number of ops:  16
compiled vars:  !0 = $select_option, !1 = $combo_arr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_ARRAY                                       ~2      '', 'id'
          1        FETCH_CONSTANT                                   ~3      'val'
          2        ADD_ARRAY_ELEMENT                                ~2      '', ~3
          3        INIT_ARRAY                                       ~4      ~2
          4        ASSIGN                                                   !0, ~4
    3     5        BEGIN_SILENCE                                    ~6      
          6        INIT_FCALL                                               'array_merge'
          7        SEND_VAR                                                 !0
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                         $7      
         10        END_SILENCE                                              ~6
         11        ASSIGN                                                   !1, $7
    4    12        INIT_FCALL                                               'print_r'
         13        SEND_VAR                                                 !1
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.54 ms | 1394 KiB | 17 Q