Home
last modified time | relevance | path

Searched refs:zend_get_constant_ptr (Results 1 – 3 of 3) sorted by relevance

/php-src/Zend/
H A Dzend_constants.c271 ZEND_API zend_constant *zend_get_constant_ptr(zend_string *name) in zend_get_constant_ptr() function
288 zend_constant *c = zend_get_constant_ptr(name); in zend_get_constant()
517 c = zend_get_constant_ptr(cname); in zend_get_constant_ex()
H A Dzend_constants.h77 ZEND_API zend_constant *zend_get_constant_ptr(zend_string *name);
/php-src/ext/reflection/
H A Dphp_reflection.c7273 zend_constant *const_ = zend_get_constant_ptr(lc_name); in ZEND_METHOD()

Completed in 32 milliseconds