Home
last modified time | relevance | path

Searched refs:zend_get_special_const (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_constants.c291 return zend_get_special_const(name, name_len); in zend_get_constant_str_impl()
315 return zend_get_special_const(ZSTR_VAL(name), ZSTR_LEN(name)); in zend_get_constant_impl()
503 || (!persistent && zend_get_special_const(ZSTR_VAL(name), ZSTR_LEN(name))) in zend_register_constant()
H A Dzend_constants.h92 static zend_always_inline zend_constant *zend_get_special_const( in zend_get_special_const() function
H A Dzend_compile.c1471 if ((c = zend_get_special_const(lookup_name, lookup_len))) { in zend_try_ct_eval_const()
7664 if (zend_get_special_const(ZSTR_VAL(unqualified_name), ZSTR_LEN(unqualified_name))) { in zend_compile_const_decl()
/PHP-8.0/ext/opcache/Optimizer/
H A Dblock_pass.c53 c = zend_get_special_const(ZSTR_VAL(name), ZSTR_LEN(name)); in zend_optimizer_get_persistent_constant()

Completed in 45 milliseconds