Home
last modified time | relevance | path

Searched refs:zend_get_constant_str (Results 1 – 7 of 7) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_constants.c255 ZEND_API zval *zend_get_constant_str(const char *name, size_t name_len) in zend_get_constant_str() function
408 return zend_get_constant_str(constant_name, const_name_len); in zend_get_constant_ex()
416 return zend_get_constant_str(name, name_len); in zend_get_constant_ex()
H A Dzend_constants.h69 ZEND_API zval *zend_get_constant_str(const char *name, size_t name_len);
/PHP-7.0/ext/opcache/Optimizer/
H A Dpass1_5.c258 …if ((offset = zend_get_constant_str("__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__")… in zend_optimizer_pass1()
/PHP-7.0/ext/opcache/
H A Dzend_persist.c475 …if ((offset = zend_get_constant_str("__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__")… in zend_persist_op_array_ex()
/PHP-7.0/ext/iconv/
H A Diconv.c337 iconv_impl = zend_get_constant_str("ICONV_IMPL", sizeof("ICONV_IMPL")-1); in PHP_MINFO_FUNCTION()
338 iconv_ver = zend_get_constant_str("ICONV_VERSION", sizeof("ICONV_VERSION")-1); in PHP_MINFO_FUNCTION()
/PHP-7.0/ext/session/
H A Dsession.c1538 sid = zend_get_constant_str("SID", sizeof("SID") - 1);
/PHP-7.0/ext/phar/
H A Dphar.c2305 if (0 == zend_get_constant_str("__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__")-1)) {

Completed in 34 milliseconds