Go to the source code of this file.
◆ INCOMPLETE_CLASS
#define INCOMPLETE_CLASS "__PHP_Incomplete_Class" |
◆ MAGIC_MEMBER
#define MAGIC_MEMBER "__PHP_Incomplete_Class_Name" |
◆ PHP_CLASS_ATTRIBUTES
Value:
struct _zend_string zend_string
#define ZEND_ATTRIBUTE_UNUSED
Definition at line 41 of file php_incomplete_class.h.
◆ PHP_CLEANUP_CLASS_ATTRIBUTES
#define PHP_CLEANUP_CLASS_ATTRIBUTES |
( |
| ) |
|
Value:
zend_string_release_ex(func->internal_function.function_name, 0)
Definition at line 38 of file php_incomplete_class.h.
◆ PHP_IC_ENTRY
◆ PHP_SET_CLASS_ATTRIBUTES
#define PHP_SET_CLASS_ATTRIBUTES |
( |
| struc | ) |
|
Value: \
if (!class_name) { \
} \
incomplete_class = 1; \
} else { \
}
PHPAPI zend_string * php_lookup_class_name(zend_object *object)
#define Z_OBJCE_P(zval_p)
Definition at line 26 of file php_incomplete_class.h.
◆ php_lookup_class_name()
◆ php_register_incomplete_class_handlers()
◆ php_store_class_name()
◆ php_ce_incomplete_class