Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_constants.c268 return zend_get_special_const(name, name_len); in zend_get_constant_str_impl()
292 return zend_get_special_const(ZSTR_VAL(name), ZSTR_LEN(name)); in zend_get_constant_ptr()
517 || (!persistent && zend_get_special_const(ZSTR_VAL(name), ZSTR_LEN(name))) in zend_register_constant()
H A Dzend_constants.h95 static zend_always_inline zend_constant *zend_get_special_const( in zend_get_special_const() function
H A Dzend_compile.c1692 if ((c = zend_get_special_const(lookup_name, lookup_len))) { in zend_try_ct_eval_const()
9440 if (zend_get_special_const(ZSTR_VAL(unqualified_name), ZSTR_LEN(unqualified_name))) { in zend_compile_const_decl()
/php-src/Zend/Optimizer/
H A Dblock_pass.c52 c = zend_get_special_const(ZSTR_VAL(name), ZSTR_LEN(name)); in zend_optimizer_get_persistent_constant()

Completed in 43 milliseconds