Commit graph

4 commits

Author SHA1 Message Date
Máté Kocsis
6fcf444471
Generate ext/intl methodsynopses based on stubs (Locale)
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-910.
2021-09-05 14:58:44 +02:00
Adrien Crivelli
235297daed
Fix #81383: Locale::lookup / locale_lookup incorrectly returns null instead of default
INTL_MAX_LOCALE_LEN limits the length of accepted locale. Anything
longer than that will result in a failure and the value returned
will either be `null` or `false`. So documentation must reflect that
in the return types.

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-883.
2021-08-27 14:41:52 +02:00
Stanislav Malyshev
dda3c59d21 fix return type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330715 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-30 21:13:15 +00:00
Stanislav Malyshev
53e4cea09a Add skeleton file for missing locale_canonicalize
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330714 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-30 20:47:34 +00:00