Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 6, Position 2 = 8
Branch analysis from position: 6
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 8
2 jumps found. (Code = 77) Position 1 = 11, Position 2 = 29
Branch analysis from position: 11
2 jumps found. (Code = 78) Position 1 = 12, Position 2 = 29
Branch analysis from position: 12
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
Branch analysis from position: 29
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 29
filename: /in/CS2Sb
function name: (null)
number of ops: 31
compiled vars: !0 = $xml, !1 = $DADOS
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, '%0A%3CPRODUTO2%3E%0A++++%3CDADOS%3E%0A++++++++%3CCHAVE%3E%0A++++++++++++%3CCOD_PRODUTO%3E131%3C%2FCOD_PRODUTO%3E%0A++++++++%3C%2FCHAVE%3E%0A++++++++%3CCADASTRO%3E%0A++++++++++++%3CNOME%3ETETRAMED+500MG+C%2F100+CAPS%2825X04%29-MEDQUIMICA%3C%2FNOME%3E%0A++++++++++++%3CEAN13%3E7896862970031%3C%2FEAN13%3E%0A++++++++++++%3CGEN%3ETETRACICLINA%3C%2FGEN%3E%0A++++++++++++%3CFORN%3E113%3C%2FFORN%3E%0A++++++++++++%3CATIVO%3ES%3C%2FATIVO%3E%0A++++++++++++%3CTIPO%3E99%3C%2FTIPO%3E%0A++++++++++++%3CPRECO%3E16.95%3C%2FPRECO%3E%0A++++++++++++%3CREFERENCIA%3ETETREX%3C%2FREFERENCIA%3E%0A++++++++++++%3CCAIXA%3E50%3C%2FCAIXA%3E%0A++++++++++++%3CDT%3E17-10-2018+11%3A55%3A19%3C%2FDT%3E%0A++++++++++++%3CPRZ_MEDIO_MAX%3E-1%3C%2FPRZ_MEDIO_MAX%3E%0A++++++++%3C%2FCADASTRO%3E%0A++++%3C%2FDADOS%3E%0A%3C%2FPRODUTO2%3E'
27 1 INIT_FCALL 'simplexml_load_string'
2 SEND_VAR !0
3 DO_ICALL $3
4 ASSIGN ~4 !0, $3
5 > JMPNZ_EX ~4 ~4, ->8
6 > > EXIT 'Erro%2C+n%C3%A3o+consegui+achar+o+XML'
7* BOOL ~4 <true>
28 8 > INIT_METHOD_CALL !0, 'children'
9 DO_FCALL 0 $5
10 > FE_RESET_R $6 $5, ->29
11 > > FE_FETCH_R $6, !1, ->29
29 12 > FETCH_OBJ_R ~7 !1, 'CHAVE'
13 FETCH_OBJ_R ~8 ~7, 'COD_PRODUTO'
14 CONCAT ~9 ~8, '%0A'
15 ECHO ~9
30 16 FETCH_OBJ_R ~10 !1, 'CADASTRO'
17 FETCH_OBJ_R ~11 ~10, 'NOME'
18 CONCAT ~12 ~11, '%0A'
19 ECHO ~12
31 20 FETCH_OBJ_R ~13 !1, 'CADASTRO'
21 FETCH_OBJ_R ~14 ~13, 'EAN13'
22 CONCAT ~15 ~14, '%0A'
23 ECHO ~15
32 24 FETCH_OBJ_R ~16 !1, 'CADASTRO'
25 FETCH_OBJ_R ~17 ~16, 'PRECO'
26 CONCAT ~18 ~17, '%0A'
27 ECHO ~18
28 28 > JMP ->11
29 > FE_FREE $6
33 30 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0