Commit 5be4de10e75 for php.net
commit 5be4de10e7524a707a957351aa9da5d89492ec2c
Author: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Date: Sat Sep 5 11:14:41 2026 -0700
zend_attributes.stub.php: remove an extra space (#23573)
diff --git a/Zend/zend_attributes.stub.php b/Zend/zend_attributes.stub.php
index 05fd285d5b9..c412d39688a 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 8acac398426..b21b96ebe39 100644
Binary files a/Zend/zend_attributes_arginfo.h and b/Zend/zend_attributes_arginfo.h differ