3v4l.org

run code in 300+ PHP versions simultaneously
<?php $params = array( 'start' => date_create("@$start"), 'end' => date_create("@$end"), 'realm' => $realm, ); var_dump($params - ['end']);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/09h8r
function name:  (null)
number of ops:  19
compiled vars:  !0 = $params, !1 = $start, !2 = $end, !3 = $realm
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'date_create'
          1        NOP                                                      
          2        FAST_CONCAT                                      ~4      '%40', !1
          3        SEND_VAL                                                 ~4
          4        DO_ICALL                                         $5      
          5        INIT_ARRAY                                       ~6      $5, 'start'
    5     6        INIT_FCALL                                               'date_create'
          7        NOP                                                      
          8        FAST_CONCAT                                      ~7      '%40', !2
          9        SEND_VAL                                                 ~7
         10        DO_ICALL                                         $8      
         11        ADD_ARRAY_ELEMENT                                ~6      $8, 'end'
    6    12        ADD_ARRAY_ELEMENT                                ~6      !3, 'realm'
    3    13        ASSIGN                                                   !0, ~6
    9    14        INIT_FCALL                                               'var_dump'
         15        SUB                                              ~10     !0, <array>
         16        SEND_VAL                                                 ~10
         17        DO_ICALL                                                 
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.89 ms | 1394 KiB | 17 Q