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) cannot be empty
24 bind_textdomain_codeset(): Argument #1 ($domain) cannot 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 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 Dconfig.m443 …AC_CHECK_LIB($GETTEXT_CHECK_IN_LIB, bind_textdomain_codeset, [AC_DEFINE(HAVE_BIND_TEXTDOMAIN_CODE…
H A Dgettext.c302 PHP_FUNCTION(bind_textdomain_codeset) in PHP_FUNCTION() argument
320 retval = bind_textdomain_codeset(ZSTR_VAL(domain), codeset ? ZSTR_VAL(codeset) : NULL); in PHP_FUNCTION()
/php-src/
H A DNEWS74 . bind_textdomain_codeset, textdomain and d(*)gettext functions
H A DUPGRADING398 . bind_textdomain_codeset, textdomain and d(*)gettext functions now throw an exception

Completed in 18 milliseconds