Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_compile.c2334 static int zend_try_compile_cv(znode *result, zend_ast *ast) /* {{{ */ in zend_try_compile_cv() function
2416 } else if (zend_try_compile_cv(result, ast) == FAILURE) { in zend_compile_simple_var()
2791 if (zend_try_compile_cv(&cv_node, expr_ast) == FAILURE) { in zend_compile_assign()
2831 if (zend_try_compile_cv(&cv_node, expr_ast) == FAILURE) { in zend_compile_assign()
3050 } else if (zend_try_compile_cv(&arg_node, arg) == SUCCESS) { in zend_compile_args()
4099 } else if (zend_try_compile_cv(&result, var_ast) == SUCCESS) { in zend_compile_global_var()
4172 } else if (zend_try_compile_cv(&var_node, var_ast) == SUCCESS) { in zend_compile_unset()
4678 zend_try_compile_cv(&value_node, value_ast) == SUCCESS) { in zend_compile_foreach()
7853 } else if (zend_try_compile_cv(&var_node, var_ast) == SUCCESS) { in zend_compile_isset_or_empty()

Completed in 30 milliseconds