3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.61 ms | 1395 KiB | 17 Q