3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.19 ms | 1385 KiB | 19 Q