Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_ast.h326 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.c560 zend_string *name = zend_ast_get_constant_name(ast); in zend_ast_evaluate()
805 ZVAL_STR_COPY(&new->val, zend_ast_get_constant_name(ast)); in zend_ast_tree_copy()
884 zend_string_release_ex(zend_ast_get_constant_name(ast), 0); in zend_ast_destroy()
1481 zend_string *name = zend_ast_get_constant_name(ast); in zend_ast_export_ex()
H A Dzend_execute_API.c619 zend_string *name = zend_ast_get_constant_name(ast); in zval_update_constant_ex()
H A Dzend_inheritance.c759 smart_str_append(&str, zend_ast_get_constant_name(ast)); in zend_get_function_declaration()
/PHP-8.0/ext/opcache/Optimizer/
H A Dpass1.c277 || !zend_optimizer_get_persistent_constant(zend_ast_get_constant_name(ast), &t, 1) in zend_optimizer_pass1()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c2927 zend_string *name = zend_ast_get_constant_name(ast); in zval_jit_update_constant_ex()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c2844 RETVAL_STR_COPY(zend_ast_get_constant_name(ast)); in ZEND_METHOD()

Completed in 63 milliseconds