xref: /PHP-8.0/Zend/zend_attributes_arginfo.h (revision 053ef28b)
1 /* This is a generated file, edit the .stub.php file instead.
2  * Stub hash: 54eede8541597ec2ac5c04e31d14e2db7e8c5556 */
3 
4 ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Attribute___construct, 0, 0, 0)
5 	ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, flags, IS_LONG, 0, "Attribute::TARGET_ALL")
6 ZEND_END_ARG_INFO()
7 
8 
9 ZEND_METHOD(Attribute, __construct);
10 
11 
12 static const zend_function_entry class_Attribute_methods[] = {
13 	ZEND_ME(Attribute, __construct, arginfo_class_Attribute___construct, ZEND_ACC_PUBLIC)
14 	ZEND_FE_END
15 };
16