3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array( rha3pf, rha3pf, adfsasdf, asdfsad ); $uniqe = array_unique($array); print_r($uniqe);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/rkDub
function name:  (null)
number of ops:  17
compiled vars:  !0 = $array, !1 = $uniqe
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   FETCH_CONSTANT                                   ~2      'rha3pf'
          1        INIT_ARRAY                                       ~3      ~2
    5     2        FETCH_CONSTANT                                   ~4      'rha3pf'
          3        ADD_ARRAY_ELEMENT                                ~3      ~4
    6     4        FETCH_CONSTANT                                   ~5      'adfsasdf'
          5        ADD_ARRAY_ELEMENT                                ~3      ~5
    7     6        FETCH_CONSTANT                                   ~6      'asdfsad'
          7        ADD_ARRAY_ELEMENT                                ~3      ~6
    3     8        ASSIGN                                                   !0, ~3
    9     9        INIT_FCALL                                               'array_unique'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                         $8      
         12        ASSIGN                                                   !1, $8
   10    13        INIT_FCALL                                               'print_r'
         14        SEND_VAR                                                 !1
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
173.34 ms | 1394 KiB | 17 Q