3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.65 ms | 1395 KiB | 19 Q