diff --git a/Zend/zend_attributes.stub.php b/Zend/zend_attributes.stub.php index 05fd285d5b9f..c412d39688ac 100644 --- a/Zend/zend_attributes.stub.php +++ b/Zend/zend_attributes.stub.php @@ -21,7 +21,7 @@ final class Attribute const int TARGET_CONSTANT = UNKNOWN; /** @cvalue ZEND_ATTRIBUTE_TARGET_ALL */ const int TARGET_ALL = UNKNOWN; - /** @cvalue ZEND_ATTRIBUTE_IS_REPEATABLE */ + /** @cvalue ZEND_ATTRIBUTE_IS_REPEATABLE */ const int IS_REPEATABLE = UNKNOWN; public int $flags; diff --git a/Zend/zend_attributes_arginfo.h b/Zend/zend_attributes_arginfo.h index 8acac398426f..b21b96ebe39d 100644 --- a/Zend/zend_attributes_arginfo.h +++ b/Zend/zend_attributes_arginfo.h @@ -1,5 +1,5 @@ /* This is a generated file, edit zend_attributes.stub.php instead. - * Stub hash: bae42fcb945360f90a1e2762c6c22177f25efb9e */ + * Stub hash: dc2b1de9f4d91162f0e9ab236272f79019c5b5ab */ 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")