3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.14 ms | 1394 KiB | 15 Q