|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <stdint.h>#include <stdbool.h>#include <string.h>#include "zend_portability.h"#include "zend_long.h"Go to the source code of this file.
Macros | |
| #define | ZEND_BITSET_ELM_SIZE sizeof(zend_ulong) |
| #define | ZEND_BITSET_ELM_NUM(n) |
| #define | ZEND_BITSET_BIT_NUM(n) |
| #define | ZEND_BITSET_ALLOCA(n, use_heap) |
| #define | ZEND_BITSET_FOREACH(set, len, bit) |
| #define | ZEND_BITSET_REVERSE_FOREACH(set, len, bit) |
| #define | ZEND_BITSET_FOREACH_END() |
Typedefs | |
| typedef zend_ulong * | zend_bitset |
Definition at line 44 of file zend_bitset.h.
Definition at line 35 of file zend_bitset.h.
Definition at line 34 of file zend_bitset.h.
| #define ZEND_BITSET_ELM_SIZE sizeof(zend_ulong) |
Definition at line 31 of file zend_bitset.h.
Definition at line 266 of file zend_bitset.h.
| #define ZEND_BITSET_FOREACH_END | ( | ) |
Definition at line 287 of file zend_bitset.h.
Definition at line 276 of file zend_bitset.h.
| typedef zend_ulong* zend_bitset |
Definition at line 29 of file zend_bitset.h.