3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.66 ms | 1394 KiB | 19 Q