Searched refs:zend_get_constant_str (Results 1 – 9 of 9) sorted by relevance
/PHP-8.0/Zend/ |
H A D | zend_constants.h | 77 ZEND_API zval *zend_get_constant_str(const char *name, size_t name_len);
|
H A D | zend_constants.c | 294 ZEND_API zval *zend_get_constant_str(const char *name, size_t name_len) in zend_get_constant_str() function
|
/PHP-8.0/ext/com_dotnet/ |
H A D | com_typeinfo.c | 216 if ((exists = zend_get_constant_str(const_name, len)) != NULL) { in php_com_import_typelib()
|
/PHP-8.0/ext/opcache/Optimizer/ |
H A D | pass1.c | 187 …if ((offset = zend_get_constant_str("__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__")… in zend_optimizer_pass1()
|
/PHP-8.0/ext/iconv/ |
H A D | iconv.c | 241 iconv_impl = zend_get_constant_str("ICONV_IMPL", sizeof("ICONV_IMPL")-1); in PHP_MINFO_FUNCTION() 242 iconv_ver = zend_get_constant_str("ICONV_VERSION", sizeof("ICONV_VERSION")-1); in PHP_MINFO_FUNCTION()
|
/PHP-8.0/ext/opcache/ |
H A D | zend_persist.c | 333 …if ((offset = zend_get_constant_str("__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__")… in zend_persist_op_array_ex()
|
H A D | ZendAccelerator.c | 4654 …if ((offset = zend_get_constant_str("__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__")…
|
/PHP-8.0/ext/session/ |
H A D | session.c | 1450 sid = zend_get_constant_str("SID", sizeof("SID") - 1); in php_session_reset_id()
|
/PHP-8.0/ext/phar/ |
H A D | phar.c | 2354 if (0 == zend_get_constant_str("__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__")-1)) { in phar_open_executed_filename()
|
Completed in 92 milliseconds