3v4l.org

run code in 300+ PHP versions simultaneously
<?php $check_time = (time() - ceil('1524777422026' / 1000) < 2); var_dump($check_time);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fF0ll
function name:  (null)
number of ops:  12
compiled vars:  !0 = $check_time
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   INIT_FCALL                                               'time'
          1        DO_ICALL                                         $1      
          2        INIT_FCALL                                               'ceil'
          3        SEND_VAL                                                 1.52478e+9
          4        DO_ICALL                                         $2      
          5        SUB                                              ~3      $1, $2
          6        IS_SMALLER                                       ~4      ~3, 2
          7        ASSIGN                                                   !0, ~4
    7     8        INIT_FCALL                                               'var_dump'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.71 ms | 1385 KiB | 19 Q