Commit 74b8fdb95b1 for php.net

commit 74b8fdb95b13419da85470b8f7540f1bb828e4e0
Author: Vincent Langlet <VincentLanglet@users.noreply.github.com>
Date:   Mon Jan 26 20:37:23 2026 +0100

    Fix getPartsIterator stub (#21003)

diff --git a/ext/intl/breakiterator/breakiterator.stub.php b/ext/intl/breakiterator/breakiterator.stub.php
index ee59e4a406b..8132c12f1c8 100644
--- a/ext/intl/breakiterator/breakiterator.stub.php
+++ b/ext/intl/breakiterator/breakiterator.stub.php
@@ -86,7 +86,7 @@ public function getErrorMessage(): string {}
     public function getLocale(int $type): string|false {}

     /** @tentative-return-type */
-    public function getPartsIterator(string $type = IntlPartsIterator::KEY_SEQUENTIAL): IntlPartsIterator {}
+    public function getPartsIterator(int $type = IntlPartsIterator::KEY_SEQUENTIAL): IntlPartsIterator {}

     /** @tentative-return-type */
     public function getText(): ?string {}
diff --git a/ext/intl/breakiterator/breakiterator_arginfo.h b/ext/intl/breakiterator/breakiterator_arginfo.h
index d4dcf3bbca4..e9a97b5129d 100644
Binary files a/ext/intl/breakiterator/breakiterator_arginfo.h and b/ext/intl/breakiterator/breakiterator_arginfo.h differ