Home
last modified time | relevance | path

Searched refs:bind_textdomain_codeset (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/gettext/tests/
H A Dgettext_bind_textdomain_codeset-retval.phpt2 test if bind_textdomain_codeset() returns correct value
8 bind_textdomain_codeset(false,false);
14 bind_textdomain_codeset("", "UTF-8");
18 var_dump(bind_textdomain_codeset('messages', "UTF-8"));
23 bind_textdomain_codeset(): Argument #1 ($domain) must not be empty
24 bind_textdomain_codeset(): Argument #1 ($domain) must not be empty
H A Dbug53251.phpt15 var_dump(bind_textdomain_codeset('foo', null));
16 var_dump(bind_textdomain_codeset('foo', 'UTF-8'));
17 var_dump(bind_textdomain_codeset('foo', null));
H A Dbug66267.phpt35 bind_textdomain_codeset($domain, "UTF-8");
/php-src/ext/gettext/
H A Dconfig.m444 AC_CHECK_LIB([$GETTEXT_CHECK_IN_LIB], [bind_textdomain_codeset],
46 [Define to 1 if you have the 'bind_textdomain_codeset' function.])])
H A Dgettext_arginfo.h79 ZEND_FUNCTION(bind_textdomain_codeset);
99 ZEND_FE(bind_textdomain_codeset, arginfo_bind_textdomain_codeset)
H A Dgettext.stub.php40 function bind_textdomain_codeset(string $domain, ?string $codeset = null): string|false {} function
H A Dgettext.c297 PHP_FUNCTION(bind_textdomain_codeset) in PHP_FUNCTION() argument
310 retval = bind_textdomain_codeset(ZSTR_VAL(domain), codeset ? ZSTR_VAL(codeset) : NULL); in PHP_FUNCTION()
/php-src/
H A DNEWS484 . bind_textdomain_codeset, textdomain and d(*)gettext functions
H A DUPGRADING638 . bind_textdomain_codeset, textdomain and d(*)gettext functions now throw an exception

Completed in 11 milliseconds