3v4l.org

run code in 300+ PHP versions simultaneously
<?php $weekday = date('w'); $date = date('m-d-Y'); $time = date('g:00 a', strtotime('now')); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nnUie
function name:  (null)
number of ops:  17
compiled vars:  !0 = $weekday, !1 = $date, !2 = $time
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'w'
          2        DO_ICALL                                         $3      
          3        ASSIGN                                                   !0, $3
    3     4        INIT_FCALL                                               'date'
          5        SEND_VAL                                                 'm-d-Y'
          6        DO_ICALL                                         $5      
          7        ASSIGN                                                   !1, $5
    4     8        INIT_FCALL                                               'date'
          9        SEND_VAL                                                 'g%3A00+a'
         10        INIT_FCALL                                               'strtotime'
         11        SEND_VAL                                                 'now'
         12        DO_ICALL                                         $7      
         13        SEND_VAR                                                 $7
         14        DO_ICALL                                         $8      
         15        ASSIGN                                                   !2, $8
    5    16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.33 ms | 1394 KiB | 17 Q