Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/UC65P
function name: (null)
number of ops: 8
compiled vars: !0 = $a
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
31 0 E > DECLARE_CLASS 'paypal'
43 1 NEW $1 'Payment'
2 NEW $2 'Paypal'
3 DO_FCALL 0
4 SEND_VAR_NO_REF_EX $2
5 DO_FCALL 0
6 ASSIGN !0, $1
7 > RETURN 1
Class PaymentGatewayInterface:
Function pay:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/UC65P
function name: pay
number of ops: 2
compiled vars: !0 = $bill
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
5 0 E > RECV !0
1 > RETURN null
End of function pay
Function processnotification:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/UC65P
function name: processNotification
number of ops: 2
compiled vars: !0 = $notification
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
6 0 E > RECV !0
1 > RETURN null
End of function processnotification
End of class PaymentGatewayInterface.
Class Payment:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/UC65P
function name: __construct
number of ops: 4
compiled vars: !0 = $gateway
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
14 0 E > RECV !0
16 1 ASSIGN_OBJ 'gateway'
2 OP_DATA !0
17 3 > RETURN null
End of function __construct
Function pay:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/UC65P
function name: pay
number of ops: 7
compiled vars: !0 = $bill
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
19 0 E > RECV !0
21 1 FETCH_OBJ_R ~1 'gateway'
2 INIT_METHOD_CALL ~1, 'pay'
3 SEND_VAR_EX !0
4 DO_FCALL 0 $2
5 > RETURN $2
22 6* > RETURN null
End of function pay
Function processnotification:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/UC65P
function name: processNotification
number of ops: 7
compiled vars: !0 = $notification
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
24 0 E > RECV !0
26 1 FETCH_OBJ_R ~1 'gateway'
2 INIT_METHOD_CALL ~1, 'processNotification'
3 SEND_VAR_EX !0
4 DO_FCALL 0 $2
5 > RETURN $2
27 6* > RETURN null
End of function processnotification
End of class Payment.
Class Paypal:
Function pay:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/UC65P
function name: pay
number of ops: 2
compiled vars: !0 = $bill
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
33 0 E > RECV !0
35 1 > RETURN null
End of function pay
Function processnotification:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/UC65P
function name: processNotification
number of ops: 2
compiled vars: !0 = $notification
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
37 0 E > RECV !0
39 1 > RETURN null
End of function processnotification
End of class Paypal.
Generated using Vulcan Logic Dumper, using php 8.0.0