Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_compile.c2582 static int zend_try_compile_cv(znode *result, zend_ast *ast) /* {{{ */ in zend_try_compile_cv() function
2653 } else if (zend_try_compile_cv(result, ast) == FAILURE) { in zend_compile_simple_var()
3978 } else if (zend_try_compile_cv(&result, var_ast) == SUCCESS) { in zend_compile_global_var()
4062 } else if (zend_try_compile_cv(&var_node, var_ast) == SUCCESS) { in zend_compile_unset()
4549 zend_try_compile_cv(&value_node, value_ast) == SUCCESS) { in zend_compile_foreach()
7166 } else if (zend_try_compile_cv(&var_node, var_ast) == SUCCESS) { in zend_compile_isset_or_empty()

Completed in 28 milliseconds