3v4l.org

run code in 300+ PHP versions simultaneously
<?php $now = time(); $delayTo = $now + intval(24) * 3600; $delayToTime = date('d.m.Y H:i:s', $delayTo);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GQpbe
function name:  (null)
number of ops:  13
compiled vars:  !0 = $now, !1 = $delayTo, !2 = $delayToTime
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'time'
          1        DO_ICALL                                         $3      
          2        ASSIGN                                                   !0, $3
    3     3        CAST                                          4  ~5      24
          4        MUL                                              ~6      ~5, 3600
          5        ADD                                              ~7      !0, ~6
          6        ASSIGN                                                   !1, ~7
    4     7        INIT_FCALL                                               'date'
          8        SEND_VAL                                                 'd.m.Y+H%3Ai%3As'
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                         $9      
         11        ASSIGN                                                   !2, $9
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
141.66 ms | 1394 KiB | 17 Q