Home
last modified time | relevance | path

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

/php-src/Zend/Optimizer/
H A Dpass1.c168 || !zend_optimizer_get_persistent_constant(zend_ast_get_constant_name(ast), &result, 1) in zend_optimizer_pass1()
/php-src/Zend/
H A Dzend_ast.h341 static zend_always_inline zend_string *zend_ast_get_constant_name(zend_ast *ast) { in zend_ast_get_constant_name() function
H A Dzend_ast.c590 zend_string *name = zend_ast_get_constant_name(ast); in zend_ast_evaluate_inner()
1072 ZVAL_STR_COPY(&new->val, zend_ast_get_constant_name(ast)); in zend_ast_tree_copy()
1154 zend_string_release_ex(zend_ast_get_constant_name(ast), 0); in zend_ast_destroy()
1750 zend_string *name = zend_ast_get_constant_name(ast); in zend_ast_export_ex()
H A Dzend_execute_API.c703 zend_string *name = zend_ast_get_constant_name(ast); in zval_update_constant_with_ctx()
H A Dzend_inheritance.c975 smart_str_append(&str, zend_ast_get_constant_name(ast)); in zend_get_function_declaration()
/php-src/ext/reflection/
H A Dphp_reflection.c3009 RETVAL_STR_COPY(zend_ast_get_constant_name(ast)); in ZEND_METHOD()

Completed in 50 milliseconds