3v4l.org

run code in 300+ PHP versions simultaneously
<?php $time = timep(); $time24 = 60 * 60 * 24; echo $time - time();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Y4GK9
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                                       'timep'
          1        DO_FCALL                                      0  $2      
          2        ASSIGN                                                   !0, $2
    4     3        ASSIGN                                                   !1, 86400
    5     4        INIT_FCALL                                               'time'
          5        DO_ICALL                                         $5      
          6        SUB                                              ~6      !0, $5
          7        ECHO                                                     ~6
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.07 ms | 1385 KiB | 15 Q