Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Vic4K
function name: (null)
number of ops: 9
compiled vars: !0 = $segundaConta
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
77 0 E > NEW $1 'Conta'
1 SEND_VAL_EX '687.549.548-10'
2 SEND_VAL_EX 'Ana'
3 DO_FCALL 0
4 ASSIGN !0, $1
78 5 INIT_FCALL 'var_dump'
6 SEND_VAR !0
7 DO_ICALL
8 > RETURN 1
Class Conta:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Vic4K
function name: __construct
number of ops: 12
compiled vars: !0 = $cpfTitular, !1 = $nomeTitular
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
11 0 E > RECV !0
1 RECV !1
13 2 ASSIGN_OBJ 'cpfTitular'
3 OP_DATA !0
14 4 INIT_METHOD_CALL 'validaNomeTitular'
5 SEND_VAR_EX !1
6 DO_FCALL 0
15 7 ASSIGN_OBJ 'nomeTitular'
8 OP_DATA !1
16 9 ASSIGN_OBJ 'saldo'
10 OP_DATA 0
19 11 > RETURN null
End of function __construct
Function sacar:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 6
Branch analysis from position: 4
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Vic4K
function name: sacar
number of ops: 9
compiled vars: !0 = $valorSacar
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
22 0 E > RECV !0
24 1 FETCH_OBJ_R ~1 'saldo'
2 IS_SMALLER ~1, !0
3 > JMPZ ~2, ->6
25 4 > ECHO 'saldo+indisponivel'
26 5 > RETURN null
28 6 > ASSIGN_OBJ_OP 2 'saldo'
7 OP_DATA !0
30 8 > RETURN null
End of function sacar
Function depositar:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 5
Branch analysis from position: 3
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 5
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Vic4K
function name: depositar
number of ops: 8
compiled vars: !0 = $valorADepositar
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
32 0 E > RECV !0
34 1 IS_SMALLER !0, 0
2 > JMPZ ~1, ->5
35 3 > ECHO 'Valor+precisa+ser+positivo'
36 4 > RETURN null
38 5 > ASSIGN_OBJ_OP 1 'saldo'
6 OP_DATA !0
40 7 > RETURN null
End of function depositar
Function transferir:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 7
Branch analysis from position: 5
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Vic4K
function name: transferir
number of ops: 14
compiled vars: !0 = $valorATransferir, !1 = $contaDestino
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
41 0 E > RECV !0
1 RECV !1
43 2 FETCH_OBJ_R ~2 'saldo'
3 IS_SMALLER ~2, !0
4 > JMPZ ~3, ->7
44 5 > ECHO 'Saldo+indisponivel'
45 6 > RETURN null
47 7 > INIT_METHOD_CALL 'sacar'
8 SEND_VAR_EX !0
9 DO_FCALL 0
48 10 INIT_METHOD_CALL !1, 'depositar'
11 SEND_VAR_EX !0
12 DO_FCALL 0
49 13 > RETURN null
End of function transferir
Function recuperarsaldo:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Vic4K
function name: recuperarSaldo
number of ops: 5
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
53 0 E > FETCH_OBJ_R ~0 'saldo'
1 VERIFY_RETURN_TYPE ~0
2 > RETURN ~0
54 3* VERIFY_RETURN_TYPE
4* > RETURN null
End of function recuperarsaldo
Function recuperarcpftitular:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Vic4K
function name: recuperarCpfTitular
number of ops: 5
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
58 0 E > FETCH_OBJ_R ~0 'cpfTitular'
1 VERIFY_RETURN_TYPE ~0
2 > RETURN ~0
59 3* VERIFY_RETURN_TYPE
4* > RETURN null
End of function recuperarcpftitular
Function recuperarnometitular:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Vic4K
function name: recuperarNomeTitular
number of ops: 5
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
63 0 E > FETCH_OBJ_R ~0 'nomeTitular'
1 VERIFY_RETURN_TYPE ~0
2 > RETURN ~0
64 3* VERIFY_RETURN_TYPE
4* > RETURN null
End of function recuperarnometitular
Function validanometitular:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 6
Branch analysis from position: 4
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Vic4K
function name: validaNomeTitular
number of ops: 7
compiled vars: !0 = $nomeTitular
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
65 0 E > RECV !0
67 1 STRLEN ~1 !0
2 IS_SMALLER ~1, 5
3 > JMPZ ~2, ->6
68 4 > ECHO 'Nome+precisa+ter+pelo+menos+5+caracteres'
69 5 > EXIT
71 6 > > RETURN null
End of function validanometitular
End of class Conta.
Generated using Vulcan Logic Dumper, using php 8.0.0