3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo date_diff(date('c'), date('c', time() + 60*15));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8bghY
function name:  (null)
number of ops:  16
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'date_diff'
          1        INIT_FCALL                                               'date'
          2        SEND_VAL                                                 'c'
          3        DO_ICALL                                         $0      
          4        SEND_VAR                                                 $0
          5        INIT_FCALL                                               'date'
          6        SEND_VAL                                                 'c'
          7        INIT_FCALL                                               'time'
          8        DO_ICALL                                         $1      
          9        ADD                                              ~2      $1, 900
         10        SEND_VAL                                                 ~2
         11        DO_ICALL                                         $3      
         12        SEND_VAR                                                 $3
         13        DO_ICALL                                         $4      
         14        ECHO                                                     $4
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.25 ms | 1398 KiB | 19 Q