php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
spl_heap.h File Reference
#include "php.h"

Go to the source code of this file.

Macros

#define SPL_PQUEUE_EXTR_MASK   0x00000003
 
#define SPL_PQUEUE_EXTR_BOTH   0x00000003
 
#define SPL_PQUEUE_EXTR_DATA   0x00000001
 
#define SPL_PQUEUE_EXTR_PRIORITY   0x00000002
 

Functions

 PHP_MINIT_FUNCTION (spl_heap)
 

Variables

PHPAPI zend_class_entryspl_ce_SplHeap
 
PHPAPI zend_class_entryspl_ce_SplMinHeap
 
PHPAPI zend_class_entryspl_ce_SplMaxHeap
 
PHPAPI zend_class_entryspl_ce_SplPriorityQueue
 

Macro Definition Documentation

◆ SPL_PQUEUE_EXTR_BOTH

#define SPL_PQUEUE_EXTR_BOTH   0x00000003

Definition at line 23 of file spl_heap.h.

◆ SPL_PQUEUE_EXTR_DATA

#define SPL_PQUEUE_EXTR_DATA   0x00000001

Definition at line 24 of file spl_heap.h.

◆ SPL_PQUEUE_EXTR_MASK

#define SPL_PQUEUE_EXTR_MASK   0x00000003

Definition at line 22 of file spl_heap.h.

◆ SPL_PQUEUE_EXTR_PRIORITY

#define SPL_PQUEUE_EXTR_PRIORITY   0x00000002

Definition at line 25 of file spl_heap.h.

Function Documentation

◆ PHP_MINIT_FUNCTION()

PHP_MINIT_FUNCTION ( spl_heap )

Variable Documentation

◆ spl_ce_SplHeap

PHPAPI zend_class_entry* spl_ce_SplHeap
extern

Definition at line 38 of file spl_heap.c.

◆ spl_ce_SplMaxHeap

PHPAPI zend_class_entry* spl_ce_SplMaxHeap
extern

Definition at line 39 of file spl_heap.c.

◆ spl_ce_SplMinHeap

PHPAPI zend_class_entry* spl_ce_SplMinHeap
extern

Definition at line 40 of file spl_heap.c.

◆ spl_ce_SplPriorityQueue

PHPAPI zend_class_entry* spl_ce_SplPriorityQueue
extern

Definition at line 41 of file spl_heap.c.