Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_compile.c1229 static bool zend_is_call(zend_ast *ast);
2756 static inline bool zend_is_call(zend_ast *ast) /* {{{ */ in zend_is_call() function
2767 return zend_is_variable(ast) || zend_is_call(ast); in zend_is_variable_or_call()
3038 && zend_is_call(ast)) { in zend_separate_if_call_and_write()
3595 if (source_node.op_type != IS_VAR && zend_is_call(source_ast)) { in zend_compile_assign_ref()
3599 flags = zend_is_call(source_ast) ? ZEND_RETURNS_FUNCTION : 0; in zend_compile_assign_ref()
3811 if (zend_is_call(arg) || is_globals_fetch(arg)) { in zend_compile_args()
5726 if (zend_is_call(expr_ast)) { in zend_compile_return()
10457 if (value_ast && returns_by_ref && zend_is_call(value_ast)) { in zend_compile_yield()

Completed in 56 milliseconds