php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
#define | arginfo_class_AllowDynamicProperties___construct arginfo_class_ReturnTypeWillChange___construct |
#define | arginfo_class_SensitiveParameter___construct arginfo_class_ReturnTypeWillChange___construct |
#define | arginfo_class_Override___construct arginfo_class_ReturnTypeWillChange___construct |
Functions | |
ZEND_METHOD (Attribute, __construct) | |
ZEND_METHOD (ReturnTypeWillChange, __construct) | |
ZEND_METHOD (AllowDynamicProperties, __construct) | |
ZEND_METHOD (SensitiveParameter, __construct) | |
ZEND_METHOD (SensitiveParameterValue, __construct) | |
ZEND_METHOD (SensitiveParameterValue, getValue) | |
ZEND_METHOD (SensitiveParameterValue, __debugInfo) | |
ZEND_METHOD (Override, __construct) | |
ZEND_METHOD (Deprecated, __construct) | |
#define arginfo_class_AllowDynamicProperties___construct arginfo_class_ReturnTypeWillChange___construct |
Definition at line 11 of file zend_attributes_arginfo.h.
#define arginfo_class_Override___construct arginfo_class_ReturnTypeWillChange___construct |
Definition at line 25 of file zend_attributes_arginfo.h.
#define arginfo_class_SensitiveParameter___construct arginfo_class_ReturnTypeWillChange___construct |
Definition at line 13 of file zend_attributes_arginfo.h.
ZEND_METHOD | ( | AllowDynamicProperties | , |
__construct | ) |
Definition at line 114 of file zend_attributes.c.
ZEND_METHOD | ( | Attribute | , |
__construct | ) |
Definition at line 97 of file zend_attributes.c.
ZEND_METHOD | ( | Deprecated | , |
__construct | ) |
Definition at line 159 of file zend_attributes.c.
ZEND_METHOD | ( | Override | , |
__construct | ) |
Definition at line 154 of file zend_attributes.c.
ZEND_METHOD | ( | ReturnTypeWillChange | , |
__construct | ) |
Definition at line 109 of file zend_attributes.c.
ZEND_METHOD | ( | SensitiveParameter | , |
__construct | ) |
Definition at line 119 of file zend_attributes.c.
ZEND_METHOD | ( | SensitiveParameterValue | , |
__construct | ) |
Definition at line 124 of file zend_attributes.c.
ZEND_METHOD | ( | SensitiveParameterValue | , |
__debugInfo | ) |
Definition at line 142 of file zend_attributes.c.
ZEND_METHOD | ( | SensitiveParameterValue | , |
getValue | ) |
Definition at line 135 of file zend_attributes.c.