Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_compile.c1033 static zend_bool zend_is_call(zend_ast *ast);
2426 static inline zend_bool zend_is_call(zend_ast *ast) /* {{{ */ in zend_is_call() function
2661 if (type != BP_VAR_R && type != BP_VAR_IS && zend_is_call(ast)) { in zend_separate_if_call_and_write()
3076 if (source_node.op_type != IS_VAR && zend_is_call(source_ast)) { in zend_compile_assign_ref()
3082 if (zend_is_call(source_ast)) { in zend_compile_assign_ref()
3177 if (zend_is_call(arg)) { in zend_compile_args()
4444 } else if (by_ref && zend_is_variable(expr_ast) && !zend_is_call(expr_ast)) { in zend_compile_return()
4473 if (zend_is_call(expr_ast)) { in zend_compile_return()
4755 zend_bool is_variable = zend_is_variable(expr_ast) && !zend_is_call(expr_ast) in zend_compile_foreach()
7432 if (value_ast && returns_by_ref && zend_is_call(value_ast)) { in zend_compile_yield()
[all …]

Completed in 39 milliseconds