Searched refs:zend_try_compile_cv (Results 1 – 1 of 1) sorted by relevance
2896 static zend_result zend_try_compile_cv(znode *result, zend_ast *ast) /* {{{ */ in zend_try_compile_cv() function3020 } else if (zend_try_compile_cv(result, ast) == FAILURE) { in zend_compile_simple_var()3446 if (zend_try_compile_cv(&cv_node, expr_ast) == FAILURE) { in zend_compile_expr_with_potential_assign_to_self()3536 if (zend_try_compile_cv(&cv_node, expr_ast) == FAILURE) { in zend_compile_assign()3850 } else if (zend_try_compile_cv(&arg_node, arg) == SUCCESS) { in zend_compile_args()5437 } else if (zend_try_compile_cv(&result, var_ast) == SUCCESS) { in zend_compile_global_var()5563 } else if (zend_try_compile_cv(&var_node, var_ast) == SUCCESS) { in zend_compile_unset()6088 zend_try_compile_cv(&value_node, value_ast) == SUCCESS) { in zend_compile_foreach()10586 } else if (zend_try_compile_cv(&var_node, var_ast) == SUCCESS) { in zend_compile_isset_or_empty()
Completed in 31 milliseconds