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.c280 ZEND_API zend_constant *zend_get_constant_ptr(zend_string *name) in zend_get_constant_ptr() function
297 zend_constant *c = zend_get_constant_ptr(name); in zend_get_constant()
454 c = zend_get_constant_ptr(cname); in zend_get_constant_ex()
H A Dzend_constants.h78 ZEND_API zend_constant *zend_get_constant_ptr(zend_string *name);
/php-src/ext/reflection/
H A Dphp_reflection.c7495 zend_constant *const_ = zend_get_constant_ptr(lc_name); in ZEND_METHOD()

Completed in 39 milliseconds