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/5ejIW
function name:  (null)
number of ops:  27
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
          1        BEGIN_SILENCE                                    ~0      
          2        INIT_FCALL                                               'mktime'
          3        SEND_VAL                                                 0
          4        SEND_VAL                                                 0
          5        SEND_VAL                                                 0
          6        SEND_VAL                                                 3
          7        SEND_VAL                                                 31
          8        SEND_VAL                                                 2014
          9        SEND_VAL                                                 0
         10        DO_ICALL                                         $1      
         11        END_SILENCE                                              ~0
         12        BEGIN_SILENCE                                    ~2      
         13        INIT_FCALL                                               'mktime'
         14        SEND_VAL                                                 0
         15        SEND_VAL                                                 0
         16        SEND_VAL                                                 0
         17        SEND_VAL                                                 3
         18        SEND_VAL                                                 30
         19        SEND_VAL                                                 2014
         20        SEND_VAL                                                 0
         21        DO_ICALL                                         $3      
         22        END_SILENCE                                              ~2
         23        SUB                                              ~4      $1, $3
         24        SEND_VAL                                                 ~4
         25        DO_ICALL                                                 
         26      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.05 ms | 1395 KiB | 17 Q