|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php.h"Go to the source code of this file.
Functions | |
| void | spl_add_class_name (zval *list, zend_class_entry *pce, int allow, int ce_flags) |
| void | spl_add_interfaces (zval *list, zend_class_entry *pce, int allow, int ce_flags) |
| void | spl_add_traits (zval *list, zend_class_entry *pce, int allow, int ce_flags) |
| void | spl_add_classes (zend_class_entry *pce, zval *list, bool sub, int allow, int ce_flags) |
| void | spl_set_private_debug_info_property (const zend_class_entry *ce, const char *property, size_t property_len, HashTable *debug_info, zval *value) |
| void spl_add_class_name | ( | zval * | list, |
| zend_class_entry * | pce, | ||
| int | allow, | ||
| int | ce_flags ) |
Definition at line 24 of file spl_functions.c.
| void spl_add_classes | ( | zend_class_entry * | pce, |
| zval * | list, | ||
| bool | sub, | ||
| int | allow, | ||
| int | ce_flags ) |
Definition at line 66 of file spl_functions.c.
| void spl_add_interfaces | ( | zval * | list, |
| zend_class_entry * | pce, | ||
| int | allow, | ||
| int | ce_flags ) |
Definition at line 39 of file spl_functions.c.
| void spl_add_traits | ( | zval * | list, |
| zend_class_entry * | pce, | ||
| int | allow, | ||
| int | ce_flags ) |
Definition at line 51 of file spl_functions.c.
| void spl_set_private_debug_info_property | ( | const zend_class_entry * | ce, |
| const char * | property, | ||
| size_t | property_len, | ||
| HashTable * | debug_info, | ||
| zval * | value ) |
Definition at line 80 of file spl_functions.c.