Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/vbdDv
function name: (null)
number of ops: 27
compiled vars: !0 = $name, !1 = $get_name
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, 'John+Doe%2C+Ph.D'
4 1 INIT_FCALL 'strtolower'
2 SEND_VAR !0
3 DO_ICALL $3
4 FRAMELESS_ICALL_3 preg_replace ~4 <array>, <array>
5 OP_DATA $3
6 ASSIGN !1, ~4
5 7 ECHO !1
6 8 ECHO '%0A'
7 9 ASSIGN !0, 'Fred+%2C+M.Sc'
8 10 INIT_FCALL 'strtolower'
11 SEND_VAR !0
12 DO_ICALL $7
13 FRAMELESS_ICALL_3 preg_replace ~8 <array>, <array>
14 OP_DATA $7
15 ASSIGN !1, ~8
9 16 ECHO !1
10 17 ECHO '%0A'
11 18 ASSIGN !0, 'Fred+John+Doe+%2C+B.A'
12 19 INIT_FCALL 'strtolower'
20 SEND_VAR !0
21 DO_ICALL $11
22 FRAMELESS_ICALL_3 preg_replace ~12 <array>, <array>
23 OP_DATA $11
24 ASSIGN !1, ~12
13 25 ECHO !1
14 26 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.5.0