3v4l.org

run code in 300+ PHP versions simultaneously
<?php $time = strtotime(strftime('%D') . ' 06:30:00'); if ($time < time()) { $time += 24 * 60 * 60; } print strftime('%D %r', $time);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 13
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
filename:       /in/Gh1GY
function name:  (null)
number of ops:  19
compiled vars:  !0 = $time
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'strtotime'
          1        INIT_FCALL                                               'strftime'
          2        SEND_VAL                                                 '%25D'
          3        DO_ICALL                                         $1      
          4        CONCAT                                           ~2      $1, '+06%3A30%3A00'
          5        SEND_VAL                                                 ~2
          6        DO_ICALL                                         $3      
          7        ASSIGN                                                   !0, $3
    3     8        INIT_FCALL                                               'time'
          9        DO_ICALL                                         $5      
         10        IS_SMALLER                                               !0, $5
         11      > JMPZ                                                     ~6, ->13
    4    12    >   ASSIGN_OP                                     1          !0, 86400
    6    13    >   INIT_FCALL                                               'strftime'
         14        SEND_VAL                                                 '%25D+%25r'
         15        SEND_VAR                                                 !0
         16        DO_ICALL                                         $8      
         17        ECHO                                                     $8
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.89 ms | 1395 KiB | 19 Q