Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 6, Position 2 = 10
Branch analysis from position: 6
1 jumps found. (Code = 61) Position 1 = -2
Branch analysis from position: 10
2 jumps found. (Code = 77) Position 1 = 13, Position 2 = 31
Branch analysis from position: 13
2 jumps found. (Code = 78) Position 1 = 14, Position 2 = 31
Branch analysis from position: 14
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
Branch analysis from position: 31
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 31
filename: /in/CS2Sb
function name: (null)
number of ops: 33
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, ->10
6 > > INIT_FCALL 'exit'
7* SEND_VAL 'Erro%2C+n%C3%A3o+consegui+achar+o+XML'
8* DO_ICALL $5
9* BOOL ~4 $5
28 10 > INIT_METHOD_CALL !0, 'children'
11 DO_FCALL 0 $6
12 > FE_RESET_R $7 $6, ->31
13 > > FE_FETCH_R $7, !1, ->31
29 14 > FETCH_OBJ_R ~8 !1, 'CHAVE'
15 FETCH_OBJ_R ~9 ~8, 'COD_PRODUTO'
16 CONCAT ~10 ~9, '%0A'
17 ECHO ~10
30 18 FETCH_OBJ_R ~11 !1, 'CADASTRO'
19 FETCH_OBJ_R ~12 ~11, 'NOME'
20 CONCAT ~13 ~12, '%0A'
21 ECHO ~13
31 22 FETCH_OBJ_R ~14 !1, 'CADASTRO'
23 FETCH_OBJ_R ~15 ~14, 'EAN13'
24 CONCAT ~16 ~15, '%0A'
25 ECHO ~16
32 26 FETCH_OBJ_R ~17 !1, 'CADASTRO'
27 FETCH_OBJ_R ~18 ~17, 'PRECO'
28 CONCAT ~19 ~18, '%0A'
29 ECHO ~19
28 30 > JMP ->13
31 > FE_FREE $7
33 32 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.5.0