Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_opcode.c1067 return (binary_op_type) mul_function; in get_binary_op()
H A Dzend_operators.h43 ZEND_API int ZEND_FASTCALL mul_function(zval *result, zval *op1, zval *op2);
H A Dzend_operators.c1097 ZEND_API int ZEND_FASTCALL mul_function(zval *result, zval *op1, zval *op2) /* {{{ */ in mul_function() function
1130 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_MUL, mul_function); in mul_function()
H A Dzend_execute.c1296 mul_function, in zend_binary_op()
H A Dzend_vm_def.h157 mul_function(EX_VAR(opline->result.var), op_1, op_2); in ZEND_VM_HELPER()
H A Dzend_vm_execute.h496 mul_function(EX_VAR(opline->result.var), op_1, op_2); in zend_mul_helper_SPEC()

Completed in 152 milliseconds