3v4l.org

run code in 300+ PHP versions simultaneously
<?php $participantsAliases = []; $alphabet = range('A', 'Z'); for ($x = 1; $x <= 60; $x++) { $participantsAliases[''.$x] = $alphabet[$i]; if ($x > 26) { $participantsAliases[''.$x] .= ($i - 26); } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 19
Branch analysis from position: 19
2 jumps found. (Code = 44) Position 1 = 21, Position 2 = 8
Branch analysis from position: 21
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
2 jumps found. (Code = 43) Position 1 = 14, Position 2 = 18
Branch analysis from position: 14
2 jumps found. (Code = 44) Position 1 = 21, Position 2 = 8
Branch analysis from position: 21
Branch analysis from position: 8
Branch analysis from position: 18
filename:       /in/OmZnr
function name:  (null)
number of ops:  22
compiled vars:  !0 = $participantsAliases, !1 = $alphabet, !2 = $x, !3 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        INIT_FCALL                                               'range'
          2        SEND_VAL                                                 'A'
          3        SEND_VAL                                                 'Z'
          4        DO_ICALL                                         $5      
          5        ASSIGN                                                   !1, $5
    5     6        ASSIGN                                                   !2, 1
          7      > JMP                                                      ->19
    6     8    >   CONCAT                                           ~8      '', !2
          9        FETCH_DIM_R                                      ~10     !1, !3
         10        ASSIGN_DIM                                               !0, ~8
         11        OP_DATA                                                  ~10
    7    12        IS_SMALLER                                               26, !2
         13      > JMPZ                                                     ~11, ->18
    8    14    >   CONCAT                                           ~12     '', !2
         15        SUB                                              ~14     !3, 26
         16        ASSIGN_DIM_OP                .=               8          !0, ~12
         17        OP_DATA                                                  ~14
    5    18    >   PRE_INC                                                  !2
         19    >   IS_SMALLER_OR_EQUAL                                      !2, 60
         20      > JMPNZ                                                    ~16, ->8
   10    21    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.19 ms | 1395 KiB | 15 Q