Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_constants.c304 ZEND_API zval *zend_get_class_constant_ex(zend_string *class_name, zend_string *constant_name, zend… in zend_get_class_constant_ex()
416 zend_string *constant_name = zend_string_init(colon + 1, const_name_len, 0); in zend_get_constant_ex() local
430 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.c2657 …ss_entry *ce, zend_class_entry **traits, size_t current_trait, zend_string *constant_name, const z… in find_first_constant_definition()
2739 zend_string *constant_name; in zend_do_traits_constant_binding() local
H A Dzend_vm_def.h6029 zend_string *constant_name; variable
H A Dzend_vm_execute.h7552 zend_string *constant_name; in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER() local
8712 zend_string *constant_name; in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_TMPVARCV_HANDLER() local
25811 zend_string *constant_name; in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_CONST_HANDLER() local
26380 zend_string *constant_name; in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_TMPVARCV_HANDLER() local
35219 zend_string *constant_name; in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_CONST_HANDLER() local
35578 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 265 milliseconds