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

Data Fields

spl_ptr_heapheap
 
int flags
 
zend_functionfptr_cmp
 
zend_functionfptr_count
 
zend_object std
 

Detailed Description

Definition at line 62 of file spl_heap.c.

Field Documentation

◆ flags

int _spl_heap_object::flags

Definition at line 64 of file spl_heap.c.

◆ fptr_cmp

zend_function* _spl_heap_object::fptr_cmp

Definition at line 65 of file spl_heap.c.

◆ fptr_count

zend_function* _spl_heap_object::fptr_count

Definition at line 66 of file spl_heap.c.

◆ heap

spl_ptr_heap* _spl_heap_object::heap

Definition at line 63 of file spl_heap.c.

◆ std

zend_object _spl_heap_object::std

Definition at line 67 of file spl_heap.c.


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