php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "zend_portability.h"
Go to the source code of this file.
Typedefs | |
typedef struct _zend_string | zend_string |
Functions | |
ZEND_API void | zend_map_ptr_reset (void) |
ZEND_API void * | zend_map_ptr_new (void) |
ZEND_API void * | zend_map_ptr_new_static (void) |
ZEND_API void | zend_map_ptr_extend (size_t last) |
ZEND_API void | zend_alloc_ce_cache (zend_string *type_name) |
Variables | |
ZEND_API size_t | zend_map_ptr_static_last |
ZEND_API size_t | zend_map_ptr_static_size |
Definition at line 31 of file zend_map_ptr.h.
#define ZEND_MAP_PTR_BIASED_BASE | ( | real_base | ) |
Definition at line 71 of file zend_map_ptr.h.
Definition at line 33 of file zend_map_ptr.h.
Definition at line 54 of file zend_map_ptr.h.
Definition at line 58 of file zend_map_ptr.h.
Definition at line 39 of file zend_map_ptr.h.
Definition at line 52 of file zend_map_ptr.h.
#define ZEND_MAP_PTR_KIND ZEND_MAP_PTR_KIND_PTR_OR_OFFSET |
Definition at line 29 of file zend_map_ptr.h.
#define ZEND_MAP_PTR_KIND_PTR 0 |
Definition at line 26 of file zend_map_ptr.h.
#define ZEND_MAP_PTR_KIND_PTR_OR_OFFSET 1 |
Definition at line 27 of file zend_map_ptr.h.
Definition at line 42 of file zend_map_ptr.h.
#define ZEND_MAP_PTR_NEW_OFFSET | ( | ) |
Definition at line 50 of file zend_map_ptr.h.
Definition at line 45 of file zend_map_ptr.h.
Definition at line 35 of file zend_map_ptr.h.
Definition at line 37 of file zend_map_ptr.h.
Definition at line 60 of file zend_map_ptr.h.
Definition at line 67 of file zend_map_ptr.h.
#define ZEND_MAP_PTR_STATIC_NUM_TO_PTR | ( | num | ) |
Definition at line 74 of file zend_map_ptr.h.
typedef struct _zend_string zend_string |
Definition at line 24 of file zend_map_ptr.h.
ZEND_API void zend_alloc_ce_cache | ( | zend_string * | type_name | ) |