3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo date('m/d/Y', strtotime('last monday', strtotime('tomorrow'))); echo date('m/d/Y', strtotime('next sunday', strtotime('tomorrow')));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7LJL2
function name:  (null)
number of ops:  25
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'm%2Fd%2FY'
          2        INIT_FCALL                                               'strtotime'
          3        SEND_VAL                                                 'last+monday'
          4        INIT_FCALL                                               'strtotime'
          5        SEND_VAL                                                 'tomorrow'
          6        DO_ICALL                                         $0      
          7        SEND_VAR                                                 $0
          8        DO_ICALL                                         $1      
          9        SEND_VAR                                                 $1
         10        DO_ICALL                                         $2      
         11        ECHO                                                     $2
    4    12        INIT_FCALL                                               'date'
         13        SEND_VAL                                                 'm%2Fd%2FY'
         14        INIT_FCALL                                               'strtotime'
         15        SEND_VAL                                                 'next+sunday'
         16        INIT_FCALL                                               'strtotime'
         17        SEND_VAL                                                 'tomorrow'
         18        DO_ICALL                                         $3      
         19        SEND_VAR                                                 $3
         20        DO_ICALL                                         $4      
         21        SEND_VAR                                                 $4
         22        DO_ICALL                                         $5      
         23        ECHO                                                     $5
         24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.59 ms | 1386 KiB | 17 Q