3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.66 ms | 1445 KiB | 15 Q