Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_compile.c2530 static int zend_try_compile_cv(znode *result, zend_ast *ast) /* {{{ */ in zend_try_compile_cv() function
2610 } else if (zend_try_compile_cv(result, ast) == FAILURE) { in zend_compile_simple_var()
2997 if (zend_try_compile_cv(&cv_node, expr_ast) == FAILURE) { in zend_compile_assign()
3040 if (zend_try_compile_cv(&cv_node, expr_ast) == FAILURE) { in zend_compile_assign()
3226 } else if (zend_try_compile_cv(&arg_node, arg) == SUCCESS) { in zend_compile_args()
4250 } else if (zend_try_compile_cv(&result, var_ast) == SUCCESS) { in zend_compile_global_var()
4340 } else if (zend_try_compile_cv(&var_node, var_ast) == SUCCESS) { in zend_compile_unset()
4847 zend_try_compile_cv(&value_node, value_ast) == SUCCESS) { in zend_compile_foreach()
7616 } else if (zend_try_compile_cv(&var_node, var_ast) == SUCCESS) { in zend_compile_isset_or_empty()

Completed in 30 milliseconds