3v4l.org

run code in 300+ PHP versions simultaneously
<?php return empty($config['site']['verify_timestamp']) || $item_timestamp <= $thirty_days_ago;
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 3, Position 2 = 5
Branch analysis from position: 3
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 5
filename:       /in/p9o2l
function name:  (null)
number of ops:  7
compiled vars:  !0 = $config, !1 = $item_timestamp, !2 = $thirty_days_ago
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_DIM_IS                                     ~3      !0, 'site'
          1        ISSET_ISEMPTY_DIM_OBJ                         1  ~4      ~3, 'verify_timestamp'
          2      > JMPNZ_EX                                         ~4      ~4, ->5
          3    >   IS_SMALLER_OR_EQUAL                              ~5      !1, !2
          4        BOOL                                             ~4      ~5
          5    > > RETURN                                                   ~4
          6*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.41 ms | 1397 KiB | 13 Q