php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#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_entry * | spl_ce_SplHeap |
PHPAPI zend_class_entry * | spl_ce_SplMinHeap |
PHPAPI zend_class_entry * | spl_ce_SplMaxHeap |
PHPAPI zend_class_entry * | spl_ce_SplPriorityQueue |
#define SPL_PQUEUE_EXTR_BOTH 0x00000003 |
Definition at line 23 of file spl_heap.h.
#define SPL_PQUEUE_EXTR_DATA 0x00000001 |
Definition at line 24 of file spl_heap.h.
#define SPL_PQUEUE_EXTR_MASK 0x00000003 |
Definition at line 22 of file spl_heap.h.
#define SPL_PQUEUE_EXTR_PRIORITY 0x00000002 |
Definition at line 25 of file spl_heap.h.
PHP_MINIT_FUNCTION | ( | spl_heap | ) |
|
extern |
Definition at line 38 of file spl_heap.c.
|
extern |
Definition at line 39 of file spl_heap.c.
|
extern |
Definition at line 40 of file spl_heap.c.
|
extern |
Definition at line 41 of file spl_heap.c.