3v4l.org

run code in 300+ PHP versions simultaneously
<?php $queuedTime = "2011-03-17 06:42:10"; $queuedTime = date("Y-m-d H:i:s", strtotime($queuedTime)); $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/nmdo3
function name:  (null)
number of ops:  20
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'
          2        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
          3        INIT_FCALL                                               'strtotime'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $4      
          6        SEND_VAR                                                 $4
          7        DO_ICALL                                         $5      
          8        ASSIGN                                                   !0, $5
    4     9        INIT_FCALL                                               'date_sub'
         10        SEND_VAR                                                 !0
         11        INIT_FCALL                                               'date_interval_create_from_date_string'
         12        SEND_VAL                                                 '10+minutes'
         13        DO_ICALL                                         $7      
         14        SEND_VAR                                                 $7
         15        DO_ICALL                                         $8      
         16        ASSIGN                                                   !1, $8
    5    17        ASSIGN                                                   !2, '+AND+BETWEEN'
    6    18        ECHO                                                     !2
    7    19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.01 ms | 1395 KiB | 21 Q