Searched refs:zend_try_compile_cv (Results 1 – 1 of 1) sorted by relevance
2901 static zend_result zend_try_compile_cv(znode *result, zend_ast *ast) /* {{{ */ in zend_try_compile_cv() function3025 } else if (zend_try_compile_cv(result, ast) == FAILURE) { in zend_compile_simple_var()3451 if (zend_try_compile_cv(&cv_node, expr_ast) == FAILURE) { in zend_compile_expr_with_potential_assign_to_self()3541 if (zend_try_compile_cv(&cv_node, expr_ast) == FAILURE) { in zend_compile_assign()3854 } else if (zend_try_compile_cv(&arg_node, arg) == SUCCESS) { in zend_compile_args()5441 } else if (zend_try_compile_cv(&result, var_ast) == SUCCESS) { in zend_compile_global_var()5567 } else if (zend_try_compile_cv(&var_node, var_ast) == SUCCESS) { in zend_compile_unset()6092 zend_try_compile_cv(&value_node, value_ast) == SUCCESS) { in zend_compile_foreach()10578 } else if (zend_try_compile_cv(&var_node, var_ast) == SUCCESS) { in zend_compile_isset_or_empty()
Completed in 46 milliseconds