3v4l.org

run code in 300+ PHP versions simultaneously
<?php $today = time(); //$date = date('h:i:s A', strtotime($today)+36000); $date = date('h:i:s A', time()+36000); echo $date; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/FqQFN
function name:  (null)
number of ops:  13
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
    4     3        INIT_FCALL                                               'date'
          4        SEND_VAL                                                 'h%3Ai%3As+A'
          5        INIT_FCALL                                               'time'
          6        DO_ICALL                                         $4      
          7        ADD                                              ~5      $4, 36000
          8        SEND_VAL                                                 ~5
          9        DO_ICALL                                         $6      
         10        ASSIGN                                                   !1, $6
    5    11        ECHO                                                     !1
    6    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.37 ms | 1394 KiB | 17 Q