php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
#define | INCOMPLETE_CLASS_MSG |
Functions | |
PHPAPI void | php_register_incomplete_class_handlers (void) |
PHPAPI zend_string * | php_lookup_class_name (zend_object *object) |
PHPAPI void | php_store_class_name (zval *object, zend_string *name) |
Variables | |
PHPAPI zend_class_entry * | php_ce_incomplete_class |
#define INCOMPLETE_CLASS_MSG |
Definition at line 21 of file incomplete_class.c.
PHPAPI zend_string * php_lookup_class_name | ( | zend_object * | object | ) |
Definition at line 126 of file incomplete_class.c.
Definition at line 111 of file incomplete_class.c.
PHPAPI void php_store_class_name | ( | zval * | object, |
zend_string * | name ) |
Definition at line 141 of file incomplete_class.c.
PHPAPI zend_class_entry* php_ce_incomplete_class |
Definition at line 28 of file incomplete_class.c.