Home
last modified time | relevance | path

Searched refs:mul_function (Results 1 – 5 of 5) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_opcode.c708 return (binary_op_type) mul_function; in get_binary_op()
H A Dzend_operators.h46 ZEND_API int ZEND_FASTCALL mul_function(zval *result, zval *op1, zval *op2);
H A Dzend_operators.c1066 ZEND_API int ZEND_FASTCALL mul_function(zval *result, zval *op1, zval *op2) /* {{{ */ in mul_function() function
1099 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_MUL, mul_function); in mul_function()
H A Dzend_vm_execute.h4030 mul_function(EX_VAR(opline->result.var), op1, op2);
12809 mul_function(EX_VAR(opline->result.var), op1, op2);
14547 mul_function(EX_VAR(opline->result.var), op1, op2);
22052 …ZEND_VM_TAIL_CALL(zend_binary_assign_op_helper_SPEC_VAR_CONST(mul_function ZEND_OPCODE_HANDLER_ARG…
28318 …ZEND_VM_TAIL_CALL(zend_binary_assign_op_helper_SPEC_VAR_CV(mul_function ZEND_OPCODE_HANDLER_ARGS_P…
38423 mul_function(EX_VAR(opline->result.var), op1, op2);
39257 …ZEND_VM_TAIL_CALL(zend_binary_assign_op_helper_SPEC_CV_CONST(mul_function ZEND_OPCODE_HANDLER_ARGS…
42401 mul_function(EX_VAR(opline->result.var), op1, op2);
43201 …ZEND_VM_TAIL_CALL(zend_binary_assign_op_helper_SPEC_CV_TMPVAR(mul_function ZEND_OPCODE_HANDLER_ARG…
48069 mul_function(EX_VAR(opline->result.var), op1, op2);
[all …]
H A Dzend_vm_def.h152 mul_function(EX_VAR(opline->result.var), op1, op2);
1009 ZEND_VM_DISPATCH_TO_HELPER(zend_binary_assign_op_helper, binary_op, mul_function);

Completed in 148 milliseconds