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)); foreach($participants as $user) { echo $user . '\n'; //sleep(10); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 10, Position 2 = 14
Branch analysis from position: 10
2 jumps found. (Code = 78) Position 1 = 11, Position 2 = 14
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
filename:       /in/trMMU
function name:  (null)
number of ops:  16
compiled vars:  !0 = $participants_db, !1 = $participants, !2 = $user
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'test_test_test_test_test_test_Sticky_Sticky_Sticky_Sticky_'
    4     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
    5     9      > FE_RESET_R                                       $7      !1, ->14
         10    > > FE_FETCH_R                                               $7, !2, ->14
    7    11    >   CONCAT                                           ~8      !2, '%5Cn'
         12        ECHO                                                     ~8
    5    13      > JMP                                                      ->10
         14    >   FE_FREE                                                  $7
    9    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.35 ms | 1386 KiB | 17 Q