Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_constants.h79 ZEND_API zval *zend_get_constant_ex(zend_string *name, zend_class_entry *scope, uint32_t flags);
H A Dzend_constants.c389 ZEND_API zval *zend_get_constant_ex(zend_string *cname, zend_class_entry *scope, uint32_t flags) in zend_get_constant_ex() function
H A Dzend_execute_API.c729 zval *zv = zend_get_constant_ex(name, scope, ast->attr); in zval_update_constant_with_ctx()
H A Dzend_builtin_functions.c570 if (zend_get_constant_ex(name, zend_get_executed_scope(), ZEND_FETCH_CLASS_SILENT)) { in ZEND_FUNCTION()
H A Dzend_ast.c628 zval *zv = zend_get_constant_ex(name, scope, ast->attr); in zend_ast_evaluate_inner()
/PHP-8.4/ext/standard/
H A Dbasic_functions.c526 c = zend_get_constant_ex(const_name, scope, ZEND_FETCH_CLASS_EXCEPTION); in PHP_FUNCTION()

Completed in 28 milliseconds