3v4l.org

run code in 300+ PHP versions simultaneously
<?php $duration = 2; echo 1411387095 >= (time() - $duration*60);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/q15YI
function name:  (null)
number of ops:  8
compiled vars:  !0 = $duration
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 2
    3     1        INIT_FCALL                                               'time'
          2        DO_ICALL                                         $2      
          3        MUL                                              ~3      !0, 60
          4        SUB                                              ~4      $2, ~3
          5        IS_SMALLER_OR_EQUAL                              ~5      ~4, 1411387095
          6        ECHO                                                     ~5
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.67 ms | 1393 KiB | 15 Q