php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
#define | _ZEND_STR_DSC(id, str) |
#define _ZEND_STR_DSC | ( | id, | |
str ) |
ZEND_API zend_ulong ZEND_FASTCALL zend_hash_func | ( | const char * | str, |
size_t | len ) |
Definition at line 60 of file zend_string.c.
ZEND_API zend_string *ZEND_FASTCALL zend_interned_string_find_permanent | ( | zend_string * | str | ) |
Definition at line 192 of file zend_string.c.
Definition at line 351 of file zend_string.c.
Definition at line 356 of file zend_string.c.
Definition at line 129 of file zend_string.c.
Definition at line 86 of file zend_string.c.
ZEND_API void zend_interned_strings_set_request_storage_handlers | ( | zend_new_interned_string_func_t | handler, |
zend_string_init_interned_func_t | init_handler, | ||
zend_string_init_existing_interned_func_t | init_existing_handler ) |
Definition at line 361 of file zend_string.c.
Definition at line 368 of file zend_string.c.
ZEND_API zend_string * zend_string_concat2 | ( | const char * | str1, |
size_t | str1_len, | ||
const char * | str2, | ||
size_t | str2_len ) |
Definition at line 478 of file zend_string.c.
ZEND_API zend_string * zend_string_concat3 | ( | const char * | str1, |
size_t | str1_len, | ||
const char * | str2, | ||
size_t | str2_len, | ||
const char * | str3, | ||
size_t | str3_len ) |
Definition at line 492 of file zend_string.c.
ZEND_API zend_ulong ZEND_FASTCALL zend_string_hash_func | ( | zend_string * | str | ) |
Definition at line 55 of file zend_string.c.
ZEND_API zend_string* zend_empty_string = NULL |
Definition at line 51 of file zend_string.c.
ZEND_API zend_string** zend_known_strings = NULL |
Definition at line 53 of file zend_string.c.
ZEND_API zend_new_interned_string_func_t zend_new_interned_string |
Definition at line 30 of file zend_string.c.
ZEND_API zend_string* zend_one_char_string[256] |
Definition at line 52 of file zend_string.c.
ZEND_API zend_string_init_existing_interned_func_t zend_string_init_existing_interned |
Definition at line 32 of file zend_string.c.
ZEND_API zend_string_init_interned_func_t zend_string_init_interned |
Definition at line 31 of file zend_string.c.