Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_opcode.c1073 return (binary_op_type) mod_function; in get_binary_op()
H A Dzend_operators.h46 ZEND_API int ZEND_FASTCALL mod_function(zval *result, zval *op1, zval *op2);
H A Dzend_operators.c1358 ZEND_API int ZEND_FASTCALL mod_function(zval *result, zval *op1, zval *op2) /* {{{ */ in mod_function() function
1362 convert_op1_op2_long(op1, op1_lval, op2, op2_lval, result, ZEND_MOD, mod_function); in mod_function()
H A Dzend_execute.c1298 mod_function, in zend_binary_op()
H A Dzend_vm_def.h245 mod_function(EX_VAR(opline->result.var), op_1, op_2); in ZEND_VM_HELPER()
H A Dzend_vm_execute.h527 mod_function(EX_VAR(opline->result.var), op_1, op_2); in zend_mod_helper_SPEC()

Completed in 160 milliseconds