3v4l.org

run code in 300+ PHP versions simultaneously
<?php $bestelId = '34'; $tmp = array(); if($bestelId == null){ $tmp[] = '1'; } $attr = array( 'track_trace' => '2', 'supplier' => '3', 'visual_status' => '4' ); array_push($attr, $tmp);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 6
Branch analysis from position: 4
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
filename:       /in/Tq3oo
function name:  (null)
number of ops:  12
compiled vars:  !0 = $bestelId, !1 = $tmp, !2 = $attr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '34'
    4     1        ASSIGN                                                   !1, <array>
    5     2        IS_EQUAL                                                 !0, null
          3      > JMPZ                                                     ~5, ->6
    6     4    >   ASSIGN_DIM                                               !1
          5        OP_DATA                                                  '1'
    9     6    >   ASSIGN                                                   !2, <array>
   15     7        INIT_FCALL                                               'array_push'
          8        SEND_REF                                                 !2
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
179.29 ms | 1394 KiB | 15 Q