Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/4kRmH
function name: (null)
number of ops: 9
compiled vars: !0 = $report
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
54 1 INIT_FCALL 'var_dump'
2 INIT_FCALL_BY_NAME 'remapMatches'
3 SEND_VAR_EX !0
4 SEND_VAL_EX <true>
5 DO_FCALL 0 $2
6 SEND_VAR $2
7 DO_ICALL
81 8 > RETURN 1
Function remapmatches:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 30
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 30
Branch analysis from position: 4
2 jumps found. (Code = 125) Position 1 = 18, Position 2 = 21
Branch analysis from position: 18
2 jumps found. (Code = 126) Position 1 = 19, Position 2 = 21
Branch analysis from position: 19
1 jumps found. (Code = 42) Position 1 = 18
Branch analysis from position: 18
Branch analysis from position: 21
2 jumps found. (Code = 125) Position 1 = 25, Position 2 = 28
Branch analysis from position: 25
2 jumps found. (Code = 126) Position 1 = 26, Position 2 = 28
Branch analysis from position: 26
1 jumps found. (Code = 42) Position 1 = 25
Branch analysis from position: 25
Branch analysis from position: 28
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 28
Branch analysis from position: 21
Branch analysis from position: 30
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 30
filename: /in/4kRmH
function name: remapMatches
number of ops: 33
compiled vars: !0 = $matches, !1 = $remapped, !2 = $match, !3 = $fingerprint, !4 = $needle, !5 = $haystack, !6 = $needle_2, !7 = $haystack_2
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
57 0 E > RECV !0
59 1 ASSIGN !1, <array>
61 2 > FE_RESET_R $9 !0, ->30
3 > > FE_FETCH_R ~10 $9, !2, ->30
4 > ASSIGN !3, ~10
63 5 ASSIGN_DIM !1, !3
6 OP_DATA !2
65 7 FETCH_DIM_R ~13 !1, !3
8 FETCH_DIM_R ~14 ~13, 'needle'
9 ASSIGN !4, ~14
66 10 FETCH_DIM_R ~16 !1, !3
11 FETCH_DIM_R ~17 ~16, 'haystack'
12 ASSIGN !5, ~17
68 13 UNSET_CV !4
69 14 UNSET_CV !5
71 15 FETCH_DIM_W $19 !1, !3
16 FETCH_DIM_W $20 $19, 'needle'
17 > FE_RESET_RW $21 $20, ->21
18 > > FE_FETCH_RW $21, !6, ->21
72 19 > UNSET_DIM !6, 'original'
71 20 > JMP ->18
21 > FE_FREE $21
74 22 FETCH_DIM_W $22 !1, !3
23 FETCH_DIM_W $23 $22, 'haystack'
24 > FE_RESET_RW $24 $23, ->28
25 > > FE_FETCH_RW $24, !7, ->28
75 26 > UNSET_DIM !6, 'original'
74 27 > JMP ->25
28 > FE_FREE $24
61 29 > JMP ->3
30 > FE_FREE $9
80 31 > RETURN !1
81 32* > RETURN null
End of function remapmatches
Generated using Vulcan Logic Dumper, using php 8.0.0