3v4l.org

run code in 300+ PHP versions simultaneously
<?php $queuedTime = "2011-03-17 06:42:10"; $queuedTime15 = date_sub($queuedTime,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/RqUoN
function name:  (null)
number of ops:  12
compiled vars:  !0 = $queuedTime, !1 = $queuedTime15, !2 = $between
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '2011-03-17+06%3A42%3A10'
    3     1        INIT_FCALL                                               'date_sub'
          2        SEND_VAR                                                 !0
          3        INIT_FCALL                                               'date_interval_create_from_date_string'
          4        SEND_VAL                                                 '10+minutes'
          5        DO_ICALL                                         $4      
          6        SEND_VAR                                                 $4
          7        DO_ICALL                                         $5      
          8        ASSIGN                                                   !1, $5
    4     9        ASSIGN                                                   !2, '+AND+BETWEEN'
    5    10        ECHO                                                     !2
    6    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
139.21 ms | 1394 KiB | 17 Q