3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.72 ms | 1395 KiB | 17 Q