3v4l.org

run code in 300+ PHP versions simultaneously
<?php $hour24_seconds = 60*24*60; $checkout_time = date("Y-m-d H:i:s"); echo $checkout_time.">>>>>>".date("Y-m-d H:i:s", strtotime($checkout_time) + $hour24_seconds);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/belhL
function name:  (null)
number of ops:  17
compiled vars:  !0 = $hour24_seconds, !1 = $checkout_time
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 86400
    3     1        INIT_FCALL                                               'date'
          2        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !1, $3
    5     5        CONCAT                                           ~5      !1, '%3E%3E%3E%3E%3E%3E'
          6        INIT_FCALL                                               'date'
          7        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
          8        INIT_FCALL                                               'strtotime'
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                         $6      
         11        ADD                                              ~7      $6, !0
         12        SEND_VAL                                                 ~7
         13        DO_ICALL                                         $8      
         14        CONCAT                                           ~9      ~5, $8
         15        ECHO                                                     ~9
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.36 ms | 1394 KiB | 17 Q