Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_constants.h78 ZEND_API zval *zend_get_constant_str(const char *name, size_t name_len);
H A Dzend_constants.c262 ZEND_API zval *zend_get_constant_str(const char *name, size_t name_len) in zend_get_constant_str() function
/php-src/Zend/Optimizer/
H A Dpass1.c134 …if ((offset = zend_get_constant_str("__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__")… in zend_optimizer_pass1()
/php-src/ext/iconv/
H A Diconv.c248 iconv_impl = zend_get_constant_str("ICONV_IMPL", sizeof("ICONV_IMPL")-1); in PHP_MINFO_FUNCTION()
249 iconv_ver = zend_get_constant_str("ICONV_VERSION", sizeof("ICONV_VERSION")-1); in PHP_MINFO_FUNCTION()
/php-src/ext/opcache/
H A Dzend_accelerator_module.c509 zval *date_ISO8601 = zend_get_constant_str("DATE_ISO8601", sizeof("DATE_ISO8601")-1);
H A Dzend_persist.c389 …if ((offset = zend_get_constant_str("__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__")… in zend_persist_op_array_ex()
H A DZendAccelerator.c4422 …if ((offset = zend_get_constant_str("__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__")…
/php-src/ext/session/
H A Dsession.c1464 sid = zend_get_constant_str("SID", sizeof("SID") - 1); in php_session_reset_id()
/php-src/ext/phar/
H A Dphar.c2336 if (0 == zend_get_constant_str("__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__")-1)) { in phar_open_executed_filename()

Completed in 82 milliseconds