Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/ekTQA
function name: (null)
number of ops: 19
compiled vars: !0 = $subjectnameraw, !1 = $lastName, !2 = $firstnName
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, 'SMITH%2C+JOHN+LEE+REN%C3%89'
4 1 INIT_FCALL 'explode'
2 SEND_VAL '%2C+'
3 INIT_FCALL 'mb_convert_case'
4 SEND_VAR !0
5 SEND_VAL 2
6 SEND_VAL 'UTF-8'
7 DO_ICALL $4
8 SEND_VAR $4
9 DO_ICALL $5
10 FETCH_LIST_R $6 $5, 0
11 ASSIGN !1, $6
12 FETCH_LIST_R $8 $5, 1
13 ASSIGN !2, $8
14 FREE $5
5 15 CONCAT ~10 !2, '+'
16 CONCAT ~11 ~10, !1
17 ECHO ~11
6 18 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.5.0