3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.48 ms | 1395 KiB | 15 Q