Searched refs:mul_function (Results 1 – 5 of 5) sorted by relevance
/PHP-7.3/Zend/ |
H A D | zend_opcode.c | 708 return (binary_op_type) mul_function; in get_binary_op()
|
H A D | zend_operators.h | 46 ZEND_API int ZEND_FASTCALL mul_function(zval *result, zval *op1, zval *op2);
|
H A D | zend_operators.c | 1066 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 D | zend_vm_execute.h | 4030 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 D | zend_vm_def.h | 152 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