Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/pTkUC
function name: (null)
number of ops: 25
compiled vars: !0 = $username, !1 = $page, !2 = $dom, !3 = $xpath, !4 = $node
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, 'selenagomez'
30 1 CONCAT ~6 'http%3A%2F%2Finstagram.myhacks.net%2Fprocessing_request.php%3Fusername%3D', !0
2 ASSIGN !1, ~6
31 3 NEW $8 'DOMDocument'
4 DO_FCALL 0
5 ASSIGN !2, $8
32 6 BEGIN_SILENCE ~11
7 INIT_METHOD_CALL !2, 'loadHTML'
8 SEND_VAR_EX !1
9 DO_FCALL 0
10 END_SILENCE ~11
33 11 NEW $13 'DomXpath'
12 SEND_VAR_EX !2
13 DO_FCALL 0
14 ASSIGN !3, $13
36 15 INIT_METHOD_CALL !3, 'query'
16 SEND_VAL_EX '.%2F%2Fspan%5Bcontains%28%40id%2C%27current-followers-value%27%29%5D'
17 DO_FCALL 0 $16
18 ASSIGN !4, $16
37 19 INIT_METHOD_CALL !4, 'item'
20 SEND_VAL_EX 0
21 DO_FCALL 0 $18
22 FETCH_OBJ_R ~19 $18, 'nodeValue'
23 ECHO ~19
49 24 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0