3v4l.org

run code in 300+ PHP versions simultaneously
<?php $participants_db = "test_test_test_test_test_test_Sticky_Sticky_Sticky_Sticky_"; $participants = array_unique(explode("_", $participants_db)); print_r($participants); foreach($participants as $user) { echo $user . '\n'; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 13, Position 2 = 17
Branch analysis from position: 13
2 jumps found. (Code = 78) Position 1 = 14, Position 2 = 17
Branch analysis from position: 14
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
filename:       /in/u0VjO
function name:  (null)
number of ops:  19
compiled vars:  !0 = $participants_db, !1 = $participants, !2 = $user
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'test_test_test_test_test_test_Sticky_Sticky_Sticky_Sticky_'
    3     1        INIT_FCALL                                               'array_unique'
          2        INIT_FCALL                                               'explode'
          3        SEND_VAL                                                 '_'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $4      
          6        SEND_VAR                                                 $4
          7        DO_ICALL                                         $5      
          8        ASSIGN                                                   !1, $5
    4     9        INIT_FCALL                                               'print_r'
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                                 
    5    12      > FE_RESET_R                                       $8      !1, ->17
         13    > > FE_FETCH_R                                               $8, !2, ->17
    7    14    >   CONCAT                                           ~9      !2, '%5Cn'
         15        ECHO                                                     ~9
    5    16      > JMP                                                      ->13
         17    >   FE_FREE                                                  $8
    9    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.56 ms | 1395 KiB | 19 Q