3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test['sfdgfdg'] = 'fdngnkfdklgn'; var_dump(empty($test['fgfdgh']), empty($test['sfdgfdg'])); $test['sfdgfdg'] = ''; var_dump($test['sfdgfdg']);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/sWsiN
function name:  (null)
number of ops:  15
compiled vars:  !0 = $test
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN_DIM                                               !0, 'sfdgfdg'
          1        OP_DATA                                                  'fdngnkfdklgn'
    4     2        INIT_FCALL                                               'var_dump'
          3        ISSET_ISEMPTY_DIM_OBJ                         1  ~2      !0, 'fgfdgh'
          4        SEND_VAL                                                 ~2
          5        ISSET_ISEMPTY_DIM_OBJ                         1  ~3      !0, 'sfdgfdg'
          6        SEND_VAL                                                 ~3
          7        DO_ICALL                                                 
    5     8        ASSIGN_DIM                                               !0, 'sfdgfdg'
          9        OP_DATA                                                  ''
    6    10        INIT_FCALL                                               'var_dump'
         11        FETCH_DIM_R                                      ~6      !0, 'sfdgfdg'
         12        SEND_VAL                                                 ~6
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.54 ms | 1394 KiB | 15 Q