Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_compile.c1015 static zend_bool zend_is_call(zend_ast *ast);
2427 static inline zend_bool zend_is_call(zend_ast *ast) /* {{{ */ in zend_is_call() function
2662 if (type != BP_VAR_R && type != BP_VAR_IS && zend_is_call(ast)) { in zend_separate_if_call_and_write()
3077 if (source_node.op_type != IS_VAR && zend_is_call(source_ast)) { in zend_compile_assign_ref()
3083 if (zend_is_call(source_ast)) { in zend_compile_assign_ref()
3178 if (zend_is_call(arg)) { in zend_compile_args()
4197 } else if (by_ref && zend_is_variable(expr_ast) && !zend_is_call(expr_ast)) { in zend_compile_return()
4226 if (zend_is_call(expr_ast)) { in zend_compile_return()
4508 zend_bool is_variable = zend_is_variable(expr_ast) && !zend_is_call(expr_ast) in zend_compile_foreach()
7072 if (value_ast && returns_by_ref && zend_is_call(value_ast)) { in zend_compile_yield()
[all …]

Completed in 24 milliseconds