Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_constants.c302 ZEND_API zval *zend_get_class_constant_ex(zend_string *class_name, zend_string *constant_name, zend… in zend_get_class_constant_ex()
414 zend_string *constant_name = zend_string_init(colon + 1, const_name_len, 0); in zend_get_constant_ex() local
500 const char *constant_name = colon + 1; in zend_get_constant_ex() local
H A Dzend_builtin_functions.stub.php36 function define(string $constant_name, mixed $value, bool $case_insensitive = false): bool {}
38 function defined(string $constant_name): bool {}
H A Dzend_inheritance.c2328 …ss_entry *ce, zend_class_entry **traits, size_t current_trait, zend_string *constant_name, zend_cl… in find_first_constant_definition()
2410 zend_string *constant_name; in zend_do_traits_constant_binding() local
H A Dzend_vm_def.h5917 zend_string *constant_name; variable
H A Dzend_vm_execute.h7298 zend_string *constant_name; in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER() local
8463 zend_string *constant_name; in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_TMPVARCV_HANDLER() local
25181 zend_string *constant_name; in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_CONST_HANDLER() local
25754 zend_string *constant_name; in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_TMPVARCV_HANDLER() local
34349 zend_string *constant_name; in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_CONST_HANDLER() local
34712 zend_string *constant_name; in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_TMPVARCV_HANDLER() local

Completed in 195 milliseconds