|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
| #define | smart_string_appends_ex(str, src, what) |
| #define | smart_string_appends(str, src) |
| #define | smart_string_append_ex(str, src, what) |
| #define | smart_string_sets(str, src) |
| #define | smart_string_appendc(str, c) |
| #define | smart_string_free(s) |
| #define | smart_string_appendl(str, src, len) |
| #define | smart_string_append(str, src) |
| #define | smart_string_append_long(str, val) |
| #define | smart_string_append_unsigned(str, val) |
Functions | |
| ZEND_API void ZEND_FASTCALL | _smart_string_alloc_persistent (smart_string *str, size_t len) |
| ZEND_API void ZEND_FASTCALL | _smart_string_alloc (smart_string *str, size_t len) |
| #define smart_string_append | ( | str, | |
| src ) |
Definition at line 44 of file zend_smart_string.h.
| #define smart_string_append_ex | ( | str, | |
| src, | |||
| what ) |
Definition at line 32 of file zend_smart_string.h.
Definition at line 46 of file zend_smart_string.h.
Definition at line 48 of file zend_smart_string.h.
| #define smart_string_appendc | ( | str, | |
| c ) |
Definition at line 38 of file zend_smart_string.h.
Definition at line 42 of file zend_smart_string.h.
| #define smart_string_appends | ( | str, | |
| src ) |
Definition at line 30 of file zend_smart_string.h.
| #define smart_string_appends_ex | ( | str, | |
| src, | |||
| what ) |
Definition at line 28 of file zend_smart_string.h.
Definition at line 40 of file zend_smart_string.h.
| #define smart_string_sets | ( | str, | |
| src ) |
Definition at line 35 of file zend_smart_string.h.
| ZEND_API void ZEND_FASTCALL _smart_string_alloc | ( | smart_string * | str, |
| size_t | len ) |
Definition at line 159 of file zend_smart_str.c.
| ZEND_API void ZEND_FASTCALL _smart_string_alloc_persistent | ( | smart_string * | str, |
| size_t | len ) |
Definition at line 139 of file zend_smart_str.c.