3v4l.org

run code in 500+ PHP versions simultaneously
<?php error_reporting(E_ALL); $b = array( 'index.php' => array( 'relation' => "Start", 'relType' => "rel", 'attribs' => array(), ), 'foo' => array('bar') ); $c = array( 'index.php' => array( 'relation' => "Start", 'relType' => "rel", 'attribs' => array(), ), 'foo' => array('bar') ); $u = array_unique(array_merge($b,$c)); //var_dump($u);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vHUAv
function name:  (null)
number of ops:  14
compiled vars:  !0 = $b, !1 = $c, !2 = $u
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                                   'error_reporting'
          1        SEND_VAL                                                     30719
          2        DO_ICALL                                                     
    3     3        ASSIGN                                                       !0, <array>
   12     4        ASSIGN                                                       !1, <array>
   21     5        INIT_FCALL                                                   'array_unique'
          6        INIT_FCALL                                                   'array_merge'
          7        SEND_VAR                                                     !0
          8        SEND_VAR                                                     !1
          9        DO_ICALL                                             $6      
         10        SEND_VAR                                                     $6
         11        DO_ICALL                                             $7      
         12        ASSIGN                                                       !2, $7
   22    13      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
159.64 ms | 2180 KiB | 16 Q