Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/YtVrE
function name: (null)
number of ops: 21
compiled vars: !0 = $string, !1 = $words
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > ASSIGN !0, 'lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-sed-do-eiusmod-tempor-incididunt-ut-labore-et-dolore-magna-aliqua'
4 1 INIT_FCALL 'explode'
2 SEND_VAL '-'
3 SEND_VAR !0
4 DO_ICALL $3
5 ASSIGN !1, $3
6 6 INIT_FCALL 'array_slice'
7 SEND_VAR !1
8 SEND_VAL 0
9 SEND_VAL 6
10 DO_ICALL $5
11 ASSIGN !1, $5
8 12 INIT_FCALL 'implode'
13 SEND_VAL '-'
14 SEND_VAR !1
15 DO_ICALL $7
16 ASSIGN !0, $7
10 17 INIT_FCALL 'print_r'
18 SEND_VAR !0
19 DO_ICALL
20 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0