php-src/ext/gettext/tests
Christoph M. Becker d319098b24 Fix #53251: bindtextdomain with null dir doesn't return old value
Apparently, users expect `bindtextdomain` and `bind_textdomain_codeset`
with `null` as second argument to work like their C counterparts,
namely to return the previously set value.  Thus, we support that.

Closes GH-6631.
2021-01-25 15:44:14 +01:00
..
66265 added test for things done so far for bug #66265 2014-11-21 10:22:47 +01:00
locale Fix bug #70574: Move files to proper locale dir 2020-08-07 14:37:27 +02:00
44938.phpt Review parameter names in ext/gettext 2020-09-30 23:01:56 +02:00
bug53251.phpt Fix #53251: bindtextdomain with null dir doesn't return old value 2021-01-25 15:44:14 +01:00
bug66267.phpt Run tidy 2020-09-18 14:28:32 +02:00
bug73730.phpt Clean DONE tags from tests 2019-11-07 21:31:47 +01:00
dcngettext.phpt Adjust tests for zpp TypeError change 2019-03-11 11:32:20 +01:00
gettext_basic-enus.phpt Run tidy 2020-09-18 14:28:32 +02:00
gettext_basic.phpt Run tidy 2020-09-18 14:28:32 +02:00
gettext_bind_textdomain_codeset-retval.phpt Run tidy 2020-09-18 14:28:32 +02:00
gettext_bindtextdomain-cwd.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
gettext_bindtextdomain-emptydomain.phpt Promote warnings to exceptions in ext/gettext, ext/sysvmsg and ext/xml 2020-08-03 20:09:28 +02:00
gettext_bindtextdomain-path.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
gettext_dcgettext.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
gettext_dgettext.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
gettext_dngettext-plural.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
gettext_ngettext.phpt Run tidy 2020-09-18 14:28:32 +02:00
gettext_phpinfo.phpt Run tidy 2020-09-18 14:28:32 +02:00
gettext_textdomain-retval.phpt Run tidy 2020-09-18 14:28:32 +02:00