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

Go to the source code of this file.

Macros

#define PHP_SPL_VERSION   PHP_VERSION
 
#define phpext_spl_ptr   &spl_module_entry
 

Functions

 PHP_MINIT_FUNCTION (spl)
 
 PHP_MSHUTDOWN_FUNCTION (spl)
 
 PHP_RINIT_FUNCTION (spl)
 
 PHP_RSHUTDOWN_FUNCTION (spl)
 
 PHP_MINFO_FUNCTION (spl)
 
PHPAPI zend_stringphp_spl_object_hash (zend_object *obj)
 

Variables

zend_module_entry spl_module_entry
 

Macro Definition Documentation

◆ PHP_SPL_VERSION

#define PHP_SPL_VERSION   PHP_VERSION

Definition at line 22 of file php_spl.h.

◆ phpext_spl_ptr

#define phpext_spl_ptr   &spl_module_entry

Definition at line 25 of file php_spl.h.

Function Documentation

◆ PHP_MINFO_FUNCTION()

PHP_MINFO_FUNCTION ( spl )

Definition at line 686 of file php_spl.c.

◆ PHP_MINIT_FUNCTION()

PHP_MINIT_FUNCTION ( spl )

Definition at line 719 of file php_spl.c.

◆ PHP_MSHUTDOWN_FUNCTION()

PHP_MSHUTDOWN_FUNCTION ( spl )

◆ PHP_RINIT_FUNCTION()

PHP_RINIT_FUNCTION ( spl )

◆ PHP_RSHUTDOWN_FUNCTION()

PHP_RSHUTDOWN_FUNCTION ( spl )

◆ php_spl_object_hash()

PHPAPI zend_string * php_spl_object_hash ( zend_object * obj)

Definition at line 670 of file php_spl.c.

Variable Documentation

◆ spl_module_entry

zend_module_entry spl_module_entry
extern

Definition at line 762 of file php_spl.c.