3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array(1,2,3); $b = array(1,2,3); $c = array($a, $b); $d = array_uniqe($c); var_dump($d);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/FD8sh
function name:  (null)
number of ops:  13
compiled vars:  !0 = $a, !1 = $b, !2 = $c, !3 = $d
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        ASSIGN                                                   !1, <array>
    5     2        INIT_ARRAY                                       ~6      !0
          3        ADD_ARRAY_ELEMENT                                ~6      !1
          4        ASSIGN                                                   !2, ~6
    8     5        INIT_FCALL_BY_NAME                                       'array_uniqe'
          6        SEND_VAR_EX                                              !2
          7        DO_FCALL                                      0  $8      
          8        ASSIGN                                                   !3, $8
   10     9        INIT_FCALL                                               'var_dump'
         10        SEND_VAR                                                 !3
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.09 ms | 1394 KiB | 15 Q