3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.4 ms | 1395 KiB | 19 Q