|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <zend_accelerator_hash.h>
Data Fields | |
| zend_ulong | hash_value |
| zend_string * | key |
| zend_accel_hash_entry * | next |
| void * | data |
| bool | indirect |
Definition at line 47 of file zend_accelerator_hash.h.
| void* _zend_accel_hash_entry::data |
Definition at line 51 of file zend_accelerator_hash.h.
| zend_ulong _zend_accel_hash_entry::hash_value |
Definition at line 48 of file zend_accelerator_hash.h.
| bool _zend_accel_hash_entry::indirect |
Definition at line 52 of file zend_accelerator_hash.h.
| zend_string* _zend_accel_hash_entry::key |
Definition at line 49 of file zend_accelerator_hash.h.
| zend_accel_hash_entry* _zend_accel_hash_entry::next |
Definition at line 50 of file zend_accelerator_hash.h.