Home
last modified time | relevance | path

Searched defs:constant_name (Results 1 – 6 of 6) sorted by relevance

/PHP-8.4/Zend/
H A Dzend_constants.c295 ZEND_API zval *zend_get_class_constant_ex(zend_string *class_name, zend_string *constant_name, zend… in zend_get_class_constant_ex()
407 zend_string *constant_name = zend_string_init(colon + 1, const_name_len, 0); in zend_get_constant_ex() local
421 const char *constant_name = colon + 1; in zend_get_constant_ex() local
H A Dzend_builtin_functions.stub.php41 function define(string $constant_name, mixed $value, bool $case_insensitive = false): bool {}
43 function defined(string $constant_name): bool {}
H A Dzend_inheritance.c2652 …ss_entry *ce, zend_class_entry **traits, size_t current_trait, zend_string *constant_name, const z… in find_first_constant_definition()
2734 zend_string *constant_name; in zend_do_traits_constant_binding() local
H A Dzend_vm_def.h6010 zend_string *constant_name; variable
H A Dzend_vm_execute.h7531 zend_string *constant_name; in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER() local
8691 zend_string *constant_name; in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_TMPVARCV_HANDLER() local
25770 zend_string *constant_name; in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_CONST_HANDLER() local
26339 zend_string *constant_name; in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_TMPVARCV_HANDLER() local
35178 zend_string *constant_name; in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_CONST_HANDLER() local
35537 zend_string *constant_name; in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_TMPVARCV_HANDLER() local
H A Dzend_execute.c1905 …CALL zend_deprecated_class_constant(const zend_class_constant *c, const zend_string *constant_name) in zend_deprecated_class_constant()

Completed in 295 milliseconds