3v4l.org

run code in 300+ 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), SORT_REGULAR); //var_dump($u);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/aqsrn
function name:  (null)
number of ops:  15
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                                                 32767
          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        SEND_VAL                                                 0
         12        DO_ICALL                                         $7      
         13        ASSIGN                                                   !2, $7
   22    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.26 ms | 1394 KiB | 19 Q