3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tt[] = "aa"; $tt[] = "aa"; $tt[] = "aa"; $tt[] = "bb"; $tt[] = "bb"; $tt[] = "bb"; $tt[] = "bb"; array_unique($tt);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/i04TR
function name:  (null)
number of ops:  18
compiled vars:  !0 = $tt
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_DIM                                               !0
          1        OP_DATA                                                  'aa'
    4     2        ASSIGN_DIM                                               !0
          3        OP_DATA                                                  'aa'
    5     4        ASSIGN_DIM                                               !0
          5        OP_DATA                                                  'aa'
    6     6        ASSIGN_DIM                                               !0
          7        OP_DATA                                                  'bb'
    7     8        ASSIGN_DIM                                               !0
          9        OP_DATA                                                  'bb'
    8    10        ASSIGN_DIM                                               !0
         11        OP_DATA                                                  'bb'
    9    12        ASSIGN_DIM                                               !0
         13        OP_DATA                                                  'bb'
   11    14        INIT_FCALL                                               'array_unique'
         15        SEND_VAR                                                 !0
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
179.4 ms | 1394 KiB | 15 Q