Go to the source code of this file.
◆ HT_MOVE_TAIL_TO_HEAD
Value:
do { \
memmove((
ht)->arData + 1, (
ht)->arData, \
sizeof(
Bucket) * ((
ht)->nNumUsed - 1)); \
} while (0)
Definition at line 475 of file php_spl.c.
◆ SPL_ADD_CLASS
#define SPL_ADD_CLASS |
( |
| class_name, |
|
|
| z_list, |
|
|
| sub, |
|
|
| allow, |
|
|
| ce_flags ) |
Value:
void spl_add_classes(zend_class_entry *pce, zval *list, bool sub, int allow, int ce_flags)
Definition at line 156 of file php_spl.c.
◆ SPL_DEFAULT_FILE_EXTENSIONS
#define SPL_DEFAULT_FILE_EXTENSIONS ".inc,.php" |
◆ SPL_LIST_CLASSES
#define SPL_LIST_CLASSES |
( |
| z_list, |
|
|
| sub, |
|
|
| allow, |
|
|
| ce_flags ) |
◆ PHP_FUNCTION() [1/12]
◆ PHP_FUNCTION() [2/12]
◆ PHP_FUNCTION() [3/12]
◆ PHP_FUNCTION() [4/12]
PHP_FUNCTION |
( |
spl_autoload | | ) |
|
◆ PHP_FUNCTION() [5/12]
◆ PHP_FUNCTION() [6/12]
◆ PHP_FUNCTION() [7/12]
◆ PHP_FUNCTION() [8/12]
◆ PHP_FUNCTION() [9/12]
◆ PHP_FUNCTION() [10/12]
◆ PHP_FUNCTION() [11/12]
◆ PHP_FUNCTION() [12/12]
◆ PHP_MINFO_FUNCTION()
PHP_MINFO_FUNCTION |
( |
spl | | ) |
|
◆ PHP_MINIT_FUNCTION()
PHP_MINIT_FUNCTION |
( |
spl | | ) |
|
◆ php_spl_object_hash()
◆ spl_autoload_extensions
◆ spl_autoload_functions
spl_autoload_functions = NULL |
◆ spl_module_entry
Initial value:= {
spl_deps,
"SPL",
ext_functions,
}
#define STANDARD_MODULE_PROPERTIES
#define STANDARD_MODULE_HEADER_EX
Definition at line 762 of file php_spl.c.
◆ SUCCESS