Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 12, Position 2 = 21
Branch analysis from position: 12
2 jumps found. (Code = 78) Position 1 = 13, Position 2 = 21
Branch analysis from position: 13
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
Branch analysis from position: 21
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 21
filename:       /in/Zpk33
function name:  (null)
number of ops:  23
compiled vars:  !0 = $string, !1 = $skills, !2 = $count, !3 = $skill
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'CSS%2C+HTML%2C+JAVASCRIPT%2C+AJAX%2C+BOTSTRAP%2CDJANGO%2C+LAYNX%2CBOTSTRAP%2CJQUERY%2CAJAX'
    4     1        INIT_FCALL                                               'array_unique'
          2        INIT_FCALL                                               'preg_split'
          3        SEND_VAL                                                 '%2F%5Cs%2A%2C%5Cs%2A%2F'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $5      
          6        SEND_VAR                                                 $5
          7        DO_ICALL                                         $6      
          8        ASSIGN                                                   !1, $6
    5     9        COUNT                                            ~8      !1
         10        ASSIGN                                                   !2, ~8
    6    11      > FE_RESET_R                                       $10     !1, ->21
         12    > > FE_FETCH_R                                               $10, !3, ->21
    7    13    >   ROPE_INIT                                     5  ~12     '%3Cli%3E%3Ca+href%3D%27%23%27+%3E+'
         14        ROPE_ADD                                      1  ~12     ~12, !2
         15        ROPE_ADD                                      2  ~12     ~12, '+%7C'
         16        ROPE_ADD                                      3  ~12     ~12, !3
         17        ROPE_END                                      4  ~11     ~12, '+%3C%2Fa%3E%3C%2Fli%3E'
         18        CONCAT                                           ~15     ~11, '%0A'
         19        ECHO                                                     ~15
    6    20      > JMP                                                      ->12
         21    >   FE_FREE                                                  $10
    8    22      > RETURN                                                   1
Generated using Vulcan Logic Dumper, using php 8.0.0