Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_constants.h80 ZEND_API zval *zend_get_constant_str(const char *name, size_t name_len);
H A Dzend_constants.c267 ZEND_API zval *zend_get_constant_str(const char *name, size_t name_len) in zend_get_constant_str() function
/PHP-7.4/ext/com_dotnet/
H A Dcom_typeinfo.c218 if ((exists = zend_get_constant_str(const_name, len)) != NULL) { in php_com_import_typelib()
/PHP-7.4/ext/opcache/Optimizer/
H A Dpass1_5.c145 …if ((offset = zend_get_constant_str("__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__")… in zend_optimizer_pass1()
/PHP-7.4/ext/iconv/
H A Diconv.c328 iconv_impl = zend_get_constant_str("ICONV_IMPL", sizeof("ICONV_IMPL")-1); in PHP_MINFO_FUNCTION()
329 iconv_ver = zend_get_constant_str("ICONV_VERSION", sizeof("ICONV_VERSION")-1); in PHP_MINFO_FUNCTION()
/PHP-7.4/ext/opcache/
H A Dzend_persist.c275 …if ((offset = zend_get_constant_str("__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__")… in zend_persist_op_array_ex()
H A DZendAccelerator.c4540 …if ((offset = zend_get_constant_str("__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__")… in accel_preload()
/PHP-7.4/ext/session/
H A Dsession.c1445 sid = zend_get_constant_str("SID", sizeof("SID") - 1); in php_session_reset_id()
/PHP-7.4/ext/phar/
H A Dphar.c2303 if (0 == zend_get_constant_str("__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__")-1)) { in phar_open_executed_filename()

Completed in 50 milliseconds