php-src/ext/gettext/tests
David Carlier e975c27e12
Fix GH-17400: bindtextdomain segfault with UTF-16 domain value.
The provided domain could be a non ascii value even if not supposed to,
in the error reported case was of 4 code points long but domain is "empty" leading to
a NULL return. It worked up to 8.3 "by accident" before the zend_string
conversion and check prior for emptiness.

close GH-17402
2025-01-09 13:45:59 +00:00
..
66265
locale Fix bug #70574: Move files to proper locale dir 2020-08-07 14:37:27 +02:00
44938.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug53251.phpt ext/gettext/tests: fix libintl return values under musl 2024-12-19 18:26:35 +01:00
bug66267.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug73730.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
dcgettext_lcall.phpt ext/gettext: reland GH-13555 but only for master. (#13602) 2024-03-05 20:56:17 +00:00
dcngettext.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
gettext_basic-enus.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
gettext_basic.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
gettext_bind_textdomain_codeset-retval.phpt Merge branch 'PHP-8.3' into PHP-8.4 2024-12-19 18:38:30 +01:00
gettext_bindtextdomain-cwd.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
gettext_bindtextdomain-emptydomain.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
gettext_bindtextdomain-path.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
gettext_dcgettext.phpt Close PHP tags in tests 2023-10-18 17:34:10 +02:00
gettext_dgettext.phpt Close PHP tags in tests 2023-10-18 17:34:10 +02:00
gettext_dngettext-plural.phpt Close PHP tags in tests 2023-10-18 17:34:10 +02:00
gettext_ngettext.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
gettext_phpinfo.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
gettext_textdomain-retval.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
gh17400.phpt Fix GH-17400: bindtextdomain segfault with UTF-16 domain value. 2025-01-09 13:45:59 +00:00