3v4l.org

run code in 300+ PHP versions simultaneously
<?php // We are looking at this if($item_timestamp <= $thirty_days_ago) { return true; } elseif(!$config['site']['verify_timestamp']) { return true; } else { return false; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 2, Position 2 = 4
Branch analysis from position: 2
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 10
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/oUBL7
function name:  (null)
number of ops:  12
compiled vars:  !0 = $item_timestamp, !1 = $thirty_days_ago, !2 = $config
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   IS_SMALLER_OR_EQUAL                                      !0, !1
          1      > JMPZ                                                     ~3, ->4
    6     2    > > RETURN                                                   <true>
          3*       JMP                                                      ->11
    8     4    >   FETCH_DIM_R                                      ~4      !2, 'site'
          5        FETCH_DIM_R                                      ~5      ~4, 'verify_timestamp'
          6        BOOL_NOT                                         ~6      ~5
          7      > JMPZ                                                     ~6, ->10
   10     8    > > RETURN                                                   <true>
          9*       JMP                                                      ->11
   14    10    > > RETURN                                                   <false>
   16    11*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.66 ms | 1393 KiB | 13 Q