3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start = 1420467000; $end = 1420469400; $realm = 'dplaydk'; $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/JXVTa
function name:  (null)
number of ops:  22
compiled vars:  !0 = $start, !1 = $end, !2 = $realm, !3 = $params
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 1420467000
    4     1        ASSIGN                                                   !1, 1420469400
    5     2        ASSIGN                                                   !2, 'dplaydk'
    8     3        INIT_FCALL                                               'date_create'
          4        NOP                                                      
          5        FAST_CONCAT                                      ~7      '%40', !0
          6        SEND_VAL                                                 ~7
          7        DO_ICALL                                         $8      
          8        INIT_ARRAY                                       ~9      $8, 'start'
    9     9        INIT_FCALL                                               'date_create'
         10        NOP                                                      
         11        FAST_CONCAT                                      ~10     '%40', !1
         12        SEND_VAL                                                 ~10
         13        DO_ICALL                                         $11     
         14        ADD_ARRAY_ELEMENT                                ~9      $11, 'end'
   10    15        ADD_ARRAY_ELEMENT                                ~9      !2, 'realm'
    7    16        ASSIGN                                                   !3, ~9
   13    17        INIT_FCALL                                               'var_dump'
         18        SUB                                              ~13     !3, <array>
         19        SEND_VAL                                                 ~13
         20        DO_ICALL                                                 
         21      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.24 ms | 1395 KiB | 17 Q