3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo date('c', mktime(0,0,0, 1, 0)) . "\n"; echo date('c', mktime(0,0,0, 12, 31));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vefnv
function name:  (null)
number of ops:  26
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        DO_ICALL                                         $0      
          9        SEND_VAR                                                 $0
         10        DO_ICALL                                         $1      
         11        CONCAT                                           ~2      $1, '%0A'
         12        ECHO                                                     ~2
    3    13        INIT_FCALL                                               'date'
         14        SEND_VAL                                                 'c'
         15        INIT_FCALL                                               'mktime'
         16        SEND_VAL                                                 0
         17        SEND_VAL                                                 0
         18        SEND_VAL                                                 0
         19        SEND_VAL                                                 12
         20        SEND_VAL                                                 31
         21        DO_ICALL                                         $3      
         22        SEND_VAR                                                 $3
         23        DO_ICALL                                         $4      
         24        ECHO                                                     $4
         25      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
140.23 ms | 954 KiB | 15 Q