3v4l.org

run code in 300+ PHP versions simultaneously
<?php $checkOut = strtotime("2016-01-31 15:01:11"); $checkIn = strtotime("2016-01-31 15:32:35"); echo date('m',($checkOut - $checkIn));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/N63oc
function name:  (null)
number of ops:  15
compiled vars:  !0 = $checkOut, !1 = $checkIn
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'strtotime'
          1        SEND_VAL                                                 '2016-01-31+15%3A01%3A11'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    4     4        INIT_FCALL                                               'strtotime'
          5        SEND_VAL                                                 '2016-01-31+15%3A32%3A35'
          6        DO_ICALL                                         $4      
          7        ASSIGN                                                   !1, $4
    5     8        INIT_FCALL                                               'date'
          9        SEND_VAL                                                 'm'
         10        SUB                                              ~6      !0, !1
         11        SEND_VAL                                                 ~6
         12        DO_ICALL                                         $7      
         13        ECHO                                                     $7
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.05 ms | 1394 KiB | 17 Q