3v4l.org

run code in 300+ PHP versions simultaneously
<?php $phones = "89521632782,89521632782,89521632782,12"; $qwerty = array($phones); $result = explode(",", array_unique($qwerty)); print_r($result); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XsGUo
function name:  (null)
number of ops:  15
compiled vars:  !0 = $phones, !1 = $qwerty, !2 = $result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '89521632782%2C89521632782%2C89521632782%2C12'
    3     1        INIT_ARRAY                                       ~4      !0
          2        ASSIGN                                                   !1, ~4
    4     3        INIT_FCALL                                               'explode'
          4        SEND_VAL                                                 '%2C'
          5        INIT_FCALL                                               'array_unique'
          6        SEND_VAR                                                 !1
          7        DO_ICALL                                         $6      
          8        SEND_VAR                                                 $6
          9        DO_ICALL                                         $7      
         10        ASSIGN                                                   !2, $7
    5    11        INIT_FCALL                                               'print_r'
         12        SEND_VAR                                                 !2
         13        DO_ICALL                                                 
    6    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.17 ms | 1398 KiB | 19 Q