3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array(array(1),2,3); $b = array(1,2,3); $f = array(2,3,4); $c = array_merge($a, $b, $f); $d = array_unique(array_merge(array(1,2,3),array(array("hola" =>1,"como" => 2, "andas" => 3), array("hola" => 2, "bien" => 3, "vos" => 4)))); var_dump($d);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vFv4B
function name:  (null)
number of ops:  21
compiled vars:  !0 = $a, !1 = $b, !2 = $f, !3 = $c, !4 = $d
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        ASSIGN                                                   !1, <array>
    5     2        ASSIGN                                                   !2, <array>
    6     3        INIT_FCALL                                               'array_merge'
          4        SEND_VAR                                                 !0
          5        SEND_VAR                                                 !1
          6        SEND_VAR                                                 !2
          7        DO_ICALL                                         $8      
          8        ASSIGN                                                   !3, $8
    8     9        INIT_FCALL                                               'array_unique'
         10        INIT_FCALL                                               'array_merge'
         11        SEND_VAL                                                 <array>
         12        SEND_VAL                                                 <array>
         13        DO_ICALL                                         $10     
         14        SEND_VAR                                                 $10
         15        DO_ICALL                                         $11     
         16        ASSIGN                                                   !4, $11
   10    17        INIT_FCALL                                               'var_dump'
         18        SEND_VAR                                                 !4
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.48 ms | 1386 KiB | 19 Q