3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.25 ms | 1395 KiB | 17 Q