3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = '2018-01-11 11:02'; print $input['time']; var_dump(empty($input['time']));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/J3FmL
function name:  (null)
number of ops:  8
compiled vars:  !0 = $input
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '2018-01-11+11%3A02'
    3     1        FETCH_DIM_R                                      ~2      !0, 'time'
          2        ECHO                                                     ~2
    4     3        INIT_FCALL                                               'var_dump'
          4        ISSET_ISEMPTY_DIM_OBJ                         1  ~3      !0, 'time'
          5        SEND_VAL                                                 ~3
          6        DO_ICALL                                                 
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
135.77 ms | 996 KiB | 14 Q