Searched refs:_zend_get_special_const (Results 1 – 2 of 2) sorted by relevance
92 ZEND_API zend_constant *_zend_get_special_const(const char *name, size_t name_len);97 return _zend_get_special_const(name, name_len); in zend_get_special_const()
203 ZEND_API zend_constant *_zend_get_special_const(const char *name, size_t len) /* {{{ */ in _zend_get_special_const() function
Completed in 6 milliseconds