Searched refs:zend_get_special_const (Results 1 – 4 of 4) sorted by relevance
268 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()
95 static zend_always_inline zend_constant *zend_get_special_const( in zend_get_special_const() function
1692 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()
52 c = zend_get_special_const(ZSTR_VAL(name), ZSTR_LEN(name)); in zend_optimizer_get_persistent_constant()
Completed in 43 milliseconds