3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo date('d.m.Y', strtotime('next Sunday', strtotime('24.07.2017')));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/D9tVZ
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'd.m.Y'
          2        INIT_FCALL                                               'strtotime'
          3        SEND_VAL                                                 'next+Sunday'
          4        INIT_FCALL                                               'strtotime'
          5        SEND_VAL                                                 '24.07.2017'
          6        DO_ICALL                                         $0      
          7        SEND_VAR                                                 $0
          8        DO_ICALL                                         $1      
          9        SEND_VAR                                                 $1
         10        DO_ICALL                                         $2      
         11        ECHO                                                     $2
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.03 ms | 1385 KiB | 17 Q