Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 11, Position 2 = 37
Branch analysis from position: 11
2 jumps found. (Code = 78) Position 1 = 12, Position 2 = 37
Branch analysis from position: 12
2 jumps found. (Code = 77) Position 1 = 25, Position 2 = 35
Branch analysis from position: 25
2 jumps found. (Code = 78) Position 1 = 26, Position 2 = 35
Branch analysis from position: 26
1 jumps found. (Code = 42) Position 1 = 25
Branch analysis from position: 25
Branch analysis from position: 35
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
Branch analysis from position: 35
Branch analysis from position: 37
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 37
filename: /in/bgv4u
function name: (null)
number of ops: 39
compiled vars: !0 = $url, !1 = $rss, !2 = $ns, !3 = $entry, !4 = $yt, !5 = $media, !6 = $value, !7 = $key
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, 'https%3A%2F%2Fwww.youtube.com%2Ffeeds%2Fvideos.xml%3Fuser%3DXLLease'
4 1 INIT_FCALL 'simplexml_load_file'
2 SEND_VAR !0
3 DO_ICALL $9
4 ASSIGN !1, $9
7 5 INIT_METHOD_CALL !1, 'getNamespaces'
6 SEND_VAL_EX <true>
7 DO_FCALL 0 $11
8 ASSIGN !2, $11
9 9 FETCH_OBJ_R ~13 !1, 'entry'
10 > FE_RESET_R $14 ~13, ->37
11 > > FE_FETCH_R $14, !3, ->37
11 12 > INIT_METHOD_CALL !3, 'children'
13 CHECK_FUNC_ARG
14 FETCH_DIM_FUNC_ARG $15 !2, 'yt'
15 SEND_FUNC_ARG $15
16 DO_FCALL 0 $16
17 ASSIGN !4, $16
12 18 INIT_METHOD_CALL !3, 'children'
19 CHECK_FUNC_ARG
20 FETCH_DIM_FUNC_ARG $18 !2, 'media'
21 SEND_FUNC_ARG $18
22 DO_FCALL 0 $19
23 ASSIGN !5, $19
13 24 > FE_RESET_R $21 !5, ->35
25 > > FE_FETCH_R ~22 $21, !6, ->35
26 > ASSIGN !7, ~22
14 27 FETCH_OBJ_R ~24 !6, 'thumbnail'
28 INIT_METHOD_CALL ~24, 'attributes'
29 DO_FCALL 0 $25
30 FETCH_OBJ_R ~26 $25, 'url'
31 INIT_METHOD_CALL ~26, '__toString'
32 DO_FCALL 0 $27
33 ASSIGN !0, $27
13 34 > JMP ->25
35 > FE_FREE $21
9 36 > JMP ->11
37 > FE_FREE $14
17 38 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0