Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_compile.c969 static zend_bool zend_is_call(zend_ast *ast);
2193 static inline zend_bool zend_is_call(zend_ast *ast) /* {{{ */ in zend_is_call() function
2203 return zend_is_variable(ast) || zend_is_call(ast); in zend_is_variable_or_call()
2425 if (type != BP_VAR_R && type != BP_VAR_IS && zend_is_call(ast)) { in zend_separate_if_call_and_write()
2880 if (source_node.op_type != IS_VAR && zend_is_call(source_ast)) { in zend_compile_assign_ref()
2884 flags = zend_is_call(source_ast) ? ZEND_RETURNS_FUNCTION : 0; in zend_compile_assign_ref()
3011 if (zend_is_call(arg)) { in zend_compile_args()
4329 if (zend_is_call(expr_ast)) { in zend_compile_return()
7755 if (value_ast && returns_by_ref && zend_is_call(value_ast)) { in zend_compile_yield()

Completed in 28 milliseconds