php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_spl_SplObjectStorage Struct Reference

Data Fields

HashTable storage
 
zend_long index
 
HashPosition pos
 
zend_long flags
 
zend_functionfptr_get_hash
 
zend_object std
 

Detailed Description

Definition at line 48 of file spl_observer.c.

Field Documentation

◆ flags

zend_long _spl_SplObjectStorage::flags

Definition at line 54 of file spl_observer.c.

◆ fptr_get_hash

zend_function* _spl_SplObjectStorage::fptr_get_hash

Definition at line 55 of file spl_observer.c.

◆ index

zend_long _spl_SplObjectStorage::index

Definition at line 50 of file spl_observer.c.

◆ pos

HashPosition _spl_SplObjectStorage::pos

Definition at line 51 of file spl_observer.c.

◆ std

zend_object _spl_SplObjectStorage::std

Definition at line 56 of file spl_observer.c.

◆ storage

HashTable _spl_SplObjectStorage::storage

Definition at line 49 of file spl_observer.c.


The documentation for this struct was generated from the following file: