3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo date ("l d, F Y", mktime (0, 0, 0, 11, 12, 1990)); echo "<br />"; echo date ("l d, F Y", mktime (0, 0, 0, 01, 12, 1984));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nMnFN
function name:  (null)
number of ops:  28
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'l+d%2C+F+Y'
          2        INIT_FCALL                                               'mktime'
          3        SEND_VAL                                                 0
          4        SEND_VAL                                                 0
          5        SEND_VAL                                                 0
          6        SEND_VAL                                                 11
          7        SEND_VAL                                                 12
          8        SEND_VAL                                                 1990
          9        DO_ICALL                                         $0      
         10        SEND_VAR                                                 $0
         11        DO_ICALL                                         $1      
         12        ECHO                                                     $1
    5    13        ECHO                                                     '%3Cbr+%2F%3E'
    7    14        INIT_FCALL                                               'date'
         15        SEND_VAL                                                 'l+d%2C+F+Y'
         16        INIT_FCALL                                               'mktime'
         17        SEND_VAL                                                 0
         18        SEND_VAL                                                 0
         19        SEND_VAL                                                 0
         20        SEND_VAL                                                 1
         21        SEND_VAL                                                 12
         22        SEND_VAL                                                 1984
         23        DO_ICALL                                         $2      
         24        SEND_VAR                                                 $2
         25        DO_ICALL                                         $3      
         26        ECHO                                                     $3
         27      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.95 ms | 1395 KiB | 17 Q