3v4l.org

run code in 300+ PHP versions simultaneously
<?php $check_time = (time() - ceil('1524777422026' / 1000) < 2); print($check_time);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3c00W
function name:  (null)
number of ops:  10
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        ECHO                                                     !0
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
140.38 ms | 1393 KiB | 17 Q