3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr=array(); $arr1=array(); for ($i=0;$i<=99999;$i++) { $arr[]=uniqid('',true); } foreach ($arr as $cur) { $arr1[]=$cur.uniqid('',true); } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 4
Branch analysis from position: 13
2 jumps found. (Code = 77) Position 1 = 14, Position 2 = 23
Branch analysis from position: 14
2 jumps found. (Code = 78) Position 1 = 15, Position 2 = 23
Branch analysis from position: 15
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
Branch analysis from position: 23
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 23
Branch analysis from position: 4
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 4
Branch analysis from position: 13
Branch analysis from position: 4
filename:       /in/m31jZ
function name:  (null)
number of ops:  25
compiled vars:  !0 = $arr, !1 = $arr1, !2 = $i, !3 = $cur
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN                                                   !1, <array>
    4     2        ASSIGN                                                   !2, 0
          3      > JMP                                                      ->11
    6     4    >   INIT_FCALL                                               'uniqid'
          5        SEND_VAL                                                 ''
          6        SEND_VAL                                                 <true>
          7        DO_ICALL                                         $8      
          8        ASSIGN_DIM                                               !0
          9        OP_DATA                                                  $8
    4    10        PRE_INC                                                  !2
         11    >   IS_SMALLER_OR_EQUAL                                      !2, 99999
         12      > JMPNZ                                                    ~10, ->4
    8    13    > > FE_RESET_R                                       $11     !0, ->23
         14    > > FE_FETCH_R                                               $11, !3, ->23
   10    15    >   INIT_FCALL                                               'uniqid'
         16        SEND_VAL                                                 ''
         17        SEND_VAL                                                 <true>
         18        DO_ICALL                                         $13     
         19        CONCAT                                           ~14     !3, $13
         20        ASSIGN_DIM                                               !1
         21        OP_DATA                                                  ~14
    8    22      > JMP                                                      ->14
         23    >   FE_FREE                                                  $11
   12    24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.46 ms | 1396 KiB | 15 Q