Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c2760 static inline bool zend_is_variable_or_call(zend_ast *ast) /* {{{ */ in zend_is_variable_or_call() function
2783 return zend_is_variable_or_call(ast) && !zend_ast_is_short_circuited(ast); in zend_can_write_to_variable()
3520 if (!zend_is_variable_or_call(expr_ast)) { in zend_compile_assign()

Completed in 33 milliseconds