3v4l.org

run code in 300+ PHP versions simultaneously
<?php $queuedTime = "2011-03-17 06:42:10"; $date = new DateTime($queuedTime); $queuedTime15 = date_sub($date,date_interval_create_from_date_string("10 minutes")); $between = " AND BETWEEN"; echo $between; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fR9RP
function name:  (null)
number of ops:  16
compiled vars:  !0 = $queuedTime, !1 = $date, !2 = $queuedTime15, !3 = $between
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '2011-03-17+06%3A42%3A10'
    3     1        NEW                                              $5      'DateTime'
          2        SEND_VAR_EX                                              !0
          3        DO_FCALL                                      0          
          4        ASSIGN                                                   !1, $5
    5     5        INIT_FCALL                                               'date_sub'
          6        SEND_VAR                                                 !1
          7        INIT_FCALL                                               'date_interval_create_from_date_string'
          8        SEND_VAL                                                 '10+minutes'
          9        DO_ICALL                                         $8      
         10        SEND_VAR                                                 $8
         11        DO_ICALL                                         $9      
         12        ASSIGN                                                   !2, $9
    6    13        ASSIGN                                                   !3, '+AND+BETWEEN'
    7    14        ECHO                                                     !3
    8    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.3 ms | 1394 KiB | 17 Q