3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.57 ms | 1008 KiB | 14 Q