Home
last modified time | relevance | path

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

/php-src/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
493 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.h5935 zend_string *constant_name; variable
H A Dzend_vm_execute.h7316 zend_string *constant_name; in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER() local
8481 zend_string *constant_name; in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_TMPVARCV_HANDLER() local
25199 zend_string *constant_name; in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_CONST_HANDLER() local
25772 zend_string *constant_name; in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_TMPVARCV_HANDLER() local
34367 zend_string *constant_name; in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_CONST_HANDLER() local
34730 zend_string *constant_name; in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_TMPVARCV_HANDLER() local

Completed in 154 milliseconds