Home
last modified time | relevance | path

Searched refs:sub_function (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_opcode.c1065 return (binary_op_type) sub_function; in get_binary_op()
H A Dzend_operators.h42 ZEND_API int ZEND_FASTCALL sub_function(zval *result, zval *op1, zval *op2);
H A Dzend_operators.c1056 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_SUB, sub_function); in sub_function_slow()
1087 ZEND_API int ZEND_FASTCALL sub_function(zval *result, zval *op1, zval *op2) /* {{{ */ in sub_function() function
H A Dzend_ast.c655 ret = sub_function(result, &op1, &op2); in zend_ast_evaluate()
H A Dzend_execute.c1295 sub_function, in zend_binary_op()
H A Dzend_vm_def.h97 sub_function(EX_VAR(opline->result.var), op_1, op_2); in ZEND_VM_HELPER()
H A Dzend_vm_execute.h475 sub_function(EX_VAR(opline->result.var), op_1, op_2); in zend_sub_helper_SPEC()

Completed in 171 milliseconds