mirror of
https://github.com/php/php-src.git
synced 2024-12-13 20:05:26 +08:00
053ef28b8d
RFC: https://wiki.php.net/rfc/attribute_amendments Support for attribute grouping is left out, because the short attribute syntax RFC will likely make it obsolete. Closes GH-5751.
16 lines
503 B
C
16 lines
503 B
C
/* This is a generated file, edit the .stub.php file instead.
|
|
* Stub hash: 54eede8541597ec2ac5c04e31d14e2db7e8c5556 */
|
|
|
|
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Attribute___construct, 0, 0, 0)
|
|
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, flags, IS_LONG, 0, "Attribute::TARGET_ALL")
|
|
ZEND_END_ARG_INFO()
|
|
|
|
|
|
ZEND_METHOD(Attribute, __construct);
|
|
|
|
|
|
static const zend_function_entry class_Attribute_methods[] = {
|
|
ZEND_ME(Attribute, __construct, arginfo_class_Attribute___construct, ZEND_ACC_PUBLIC)
|
|
ZEND_FE_END
|
|
};
|