History log of /PHP-8.1/ext/intl/normalizer/normalizer.stub.php (Results 1 – 7 of 7)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5dc995df 14-Jul-2021 Nikita Popov

Eliminate null return value for Normalizer::normalize()

One error condition was returning null instead of false. Adjust
the implementation to look the same way as the exact same check

Eliminate null return value for Normalizer::normalize()

One error condition was returning null instead of false. Adjust
the implementation to look the same way as the exact same check
a few lines below.

show more ...


# 65b96397 06-Jul-2021 Máté Kocsis

Declare tentative return types for ext/intl (#6986)


# c6723728 05-Feb-2021 Máté Kocsis

Generate ext/intl class entries from stubs

Closes GH-6670


# 186612e4 09-Oct-2020 Máté Kocsis

Improve parameter names in ext/intl

Closes GH-6309


# f00bcfbb 12-Apr-2020 Máté Kocsis

Generate method entries for ext/intl

Closes GH-5370


# 305b17e8 29-Mar-2020 Máté Kocsis

Do not include the same stub multiple times

Closes GH-5322


Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1, php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4
# e08ce4c1 12-Oct-2019 Máté Kocsis

Add stubs for various intl functions

Closes GH-4819
- Add stubs for idn functions
- Add stubs for grapheme functions
- Add stubs for Spoofchecker
- Add stubs for Normalizer

Add stubs for various intl functions

Closes GH-4819
- Add stubs for idn functions
- Add stubs for grapheme functions
- Add stubs for Spoofchecker
- Add stubs for Normalizer
- Add stubs for ResourceBundle
- Fix arginfos
- Add support for union return types
- Fix arginfo for resourcebundle_create()

show more ...