3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); $array = array(); if(!isset($array['var']) || $array['var']==''){}
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 7, Position 2 = 10
Branch analysis from position: 7
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 11
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
Branch analysis from position: 10
filename:       /in/JIei6
function name:  (null)
number of ops:  12
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 32767
          2        DO_ICALL                                                 
    3     3        ASSIGN                                                   !0, <array>
    4     4        ISSET_ISEMPTY_DIM_OBJ                         0  ~3      !0, 'var'
          5        BOOL_NOT                                         ~4      ~3
          6      > JMPNZ_EX                                         ~4      ~4, ->10
          7    >   FETCH_DIM_R                                      ~5      !0, 'var'
          8        IS_EQUAL                                         ~6      ~5, ''
          9        BOOL                                             ~4      ~6
         10    > > JMPZ                                                     ~4, ->11
         11    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.14 ms | 1394 KiB | 15 Q