Home
last modified time | relevance | path

Searched defs:constant_name (Results 1 – 2 of 2) sorted by last modified time

/PHP-8.1/Zend/
H A Dzend_constants.c327 ZEND_API zval *zend_get_class_constant_ex(zend_string *class_name, zend_string *constant_name, zend… in zend_get_class_constant_ex()
422 zend_string *constant_name = zend_string_init(colon + 1, const_name_len, 0); in zend_get_constant_ex() local
508 const char *constant_name = colon + 1; in zend_get_constant_ex() local
H A Dzend_builtin_functions.stub.php31 function define(string $constant_name, mixed $value, bool $case_insensitive = false): bool {}
33 function defined(string $constant_name): bool {}

Completed in 12 milliseconds