Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 17, Position 2 = 40
Branch analysis from position: 17
2 jumps found. (Code = 77) Position 1 = 20, Position 2 = 39
Branch analysis from position: 20
2 jumps found. (Code = 78) Position 1 = 21, Position 2 = 39
Branch analysis from position: 21
1 jumps found. (Code = 42) Position 1 = 20
Branch analysis from position: 20
Branch analysis from position: 39
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 39
Branch analysis from position: 40
filename: /in/BOCvo
function name: (null)
number of ops: 46
compiled vars: !0 = $xml, !1 = $arr, !2 = $array, !3 = $i, !4 = $elem
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > ASSIGN !0, '%3C%3Fxml+version+%3D+%221.0%22+encoding+%3D+%22utf-8%22%3F%3E%0A%3Ctutorialspoint%3E%0A%0A%3Ccourse+category+%3D+%22JAVA%22%3E%0A++%3Ctitle+lang+%3D+%22en%22%3EJava%3C%2Ftitle%3E%0A++%3Ctutor%3EGopal%3C%2Ftutor%3E%0A++%3Cduration%3E3%3C%2Fduration%3E%0A++%3Cprice%3E%2430%3C%2Fprice%3E%0A%3C%2Fcourse%3E%0A%0A%3Ccourse+category+%3D+%22HADOOP%22%3E%0A++%3Ctitle+lang+%3D+%22en%22%3EHadoop%3C%2Ftitle%3E.%0A++%3Ctutor%3ESatish%3C%2Ftutor%3E%0A++%3Cduration%3E3%3C%2Fduration%3E%0A++%3Cprice%3E%2450%3C%2Fprice%3E%0A%3C%2Fcourse%3E%0A%0A%3Ccourse+category+%3D+%22HTML%22%3E%0A++%3Ctitle+lang+%3D+%22en%22%3Ehtml%3C%2Ftitle%3E%0A++%3Ctutor%3Eraju%3C%2Ftutor%3E%0A++%3Cduration%3E5%3C%2Fduration%3E%0A++%3Cprice%3E%2450%3C%2Fprice%3E%0A%3C%2Fcourse%3E%0A%0A%3Ccourse+category+%3D+%22WEB%22%3E%0A++%3Ctitle+lang+%3D+%22en%22%3EWeb+Technologies%3C%2Ftitle%3E%0A++%3Ctutor%3EJaved%3C%2Ftutor%3E%0A++%3Cduration%3E10%3C%2Fduration%3E%0A++%3Cprice%3E%2460%3C%2Fprice%3E%0A%3C%2Fcourse%3E%0A%3C%2Ftutorialspoint%3E'
34 1 ASSIGN !1, <array>
35 2 INIT_FCALL 'json_decode'
3 INIT_FCALL 'json_encode'
4 INIT_FCALL 'simplexml_load_string'
5 SEND_VAR !0
6 DO_ICALL $7
7 CAST 7 ~8 $7
8 SEND_VAL ~8
9 DO_ICALL $9
10 SEND_VAR $9
11 SEND_VAL <true>
12 DO_ICALL $10
13 ASSIGN !2, $10
36 14 ISSET_ISEMPTY_CV ~12 !2
15 BOOL_NOT ~13 ~12
16 > JMPZ ~13, ->40
37 17 > ASSIGN !3, 0
38 18 FETCH_DIM_R ~15 !2, 'course'
19 > FE_RESET_R $16 ~15, ->39
20 > > FE_FETCH_R $16, !4, ->39
39 21 > FETCH_DIM_R ~19 !4, 'title'
22 FETCH_DIM_W $17 !1, !3
23 ASSIGN_DIM $17, 'title'
24 OP_DATA ~19
40 25 FETCH_DIM_R ~22 !4, 'tutor'
26 FETCH_DIM_W $20 !1, !3
27 ASSIGN_DIM $20, 'tutor'
28 OP_DATA ~22
41 29 FETCH_DIM_R ~25 !4, 'duration'
30 FETCH_DIM_W $23 !1, !3
31 ASSIGN_DIM $23, 'duration'
32 OP_DATA ~25
42 33 FETCH_DIM_R ~28 !4, 'price'
34 FETCH_DIM_W $26 !1, !3
35 ASSIGN_DIM $26, 'price'
36 OP_DATA ~28
43 37 PRE_INC !3
38 38 > JMP ->20
39 > FE_FREE $16
46 40 > ECHO '%3Cpre%3E'
41 INIT_FCALL 'print_r'
42 SEND_VAR !1
43 DO_ICALL
44 ECHO '%3C%2Fpre%3E'
45 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0