Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ast.h307 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.c528 zend_string *name = zend_ast_get_constant_name(ast); in zend_ast_evaluate()
771 ZVAL_STR_COPY(&new->val, zend_ast_get_constant_name(ast)); in zend_ast_tree_copy()
850 zend_string_release_ex(zend_ast_get_constant_name(ast), 0); in zend_ast_destroy()
1373 zend_string *name = zend_ast_get_constant_name(ast); in zend_ast_export_ex()
H A Dzend_execute_API.c605 zend_string *name = zend_ast_get_constant_name(ast); in zval_update_constant_ex()
H A Dzend_inheritance.c653 smart_str_append(&str, zend_ast_get_constant_name(ast)); in zend_get_function_declaration()
H A Dzend_compile.c5437 …&& strcasecmp(ZSTR_VAL(zend_ast_get_constant_name(Z_ASTVAL(default_node.u.constant))), "NULL") == … in zend_compile_params()
/PHP-7.4/ext/opcache/Optimizer/
H A Dpass1_5.c235 || !zend_optimizer_get_persistent_constant(zend_ast_get_constant_name(ast), &t, 1) in zend_optimizer_pass1()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c2817 RETURN_STR_COPY(zend_ast_get_constant_name(ast)); in ZEND_METHOD()

Completed in 66 milliseconds