3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); ECHO $lat_long['latitude']; if (empty($lat_long['latitude']) && empty($lat_long['longitude'])){echo "Not empty"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 7, Position 2 = 9
Branch analysis from position: 7
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 11
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
Branch analysis from position: 9
filename:       /in/BRLHJ
function name:  (null)
number of ops:  12
compiled vars:  !0 = $lat_long
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 32767
          2        DO_ICALL                                                 
    4     3        FETCH_DIM_R                                      ~2      !0, 'latitude'
          4        ECHO                                                     ~2
    6     5        ISSET_ISEMPTY_DIM_OBJ                         1  ~3      !0, 'latitude'
          6      > JMPZ_EX                                          ~3      ~3, ->9
          7    >   ISSET_ISEMPTY_DIM_OBJ                         1  ~4      !0, 'longitude'
          8        BOOL                                             ~3      ~4
          9    > > JMPZ                                                     ~3, ->11
         10    >   ECHO                                                     'Not+empty'
         11    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.32 ms | 939 KiB | 16 Q