3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.07 ms | 1392 KiB | 13 Q