3v4l.org

run code in 300+ PHP versions simultaneously
<?php printf('<p>Next Month %s</p>', date('Y-m'), strtotime('+1 month'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/NvhRM
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'printf'
          1        SEND_VAL                                                 '%3Cp%3ENext+Month+%25s%3C%2Fp%3E'
          2        INIT_FCALL                                               'date'
          3        SEND_VAL                                                 'Y-m'
          4        DO_ICALL                                         $0      
          5        SEND_VAR                                                 $0
          6        INIT_FCALL                                               'strtotime'
          7        SEND_VAL                                                 '%2B1+month'
          8        DO_ICALL                                         $1      
          9        SEND_VAR                                                 $1
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
195.33 ms | 1394 KiB | 19 Q