3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start = '2017-06-19'; $end = date ('Y-m-d', strtotime ($start . ' + 1 weeks - 1 day')); echo $start . "\n" . $end;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/aCulF
function name:  (null)
number of ops:  14
compiled vars:  !0 = $start, !1 = $end
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '2017-06-19'
    3     1        INIT_FCALL                                               'date'
          2        SEND_VAL                                                 'Y-m-d'
          3        INIT_FCALL                                               'strtotime'
          4        CONCAT                                           ~3      !0, '+%2B+1+weeks+-+1+day'
          5        SEND_VAL                                                 ~3
          6        DO_ICALL                                         $4      
          7        SEND_VAR                                                 $4
          8        DO_ICALL                                         $5      
          9        ASSIGN                                                   !1, $5
    4    10        CONCAT                                           ~7      !0, '%0A'
         11        CONCAT                                           ~8      ~7, !1
         12        ECHO                                                     ~8
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.94 ms | 1394 KiB | 17 Q