3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.5 ms | 1396 KiB | 17 Q