Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_builtin_functions.stub.php26 function define(string $constant_name, $value, bool $case_insensitive = false): bool {}
28 function defined(string $constant_name): bool {}
H A Dzend_constants.c346 zend_string *constant_name = zend_string_init(colon + 1, const_name_len, 0); in zend_get_constant_ex() local
424 const char *constant_name = colon + 1; in zend_get_constant_ex() local

Completed in 12 milliseconds