Home
last modified time | relevance | path

Searched refs:gettext (Results 1 – 25 of 39) sorted by relevance

12

/php-src/ext/gettext/
H A Dconfig.w323 ARG_WITH("gettext", "gettext support", "no");
6 …if (CHECK_LIB("libintl_a.lib;libintl.lib", "gettext", PHP_GETTEXT) && CHECK_HEADER_ADD_INCLUDE("li…
7 …EXTENSION("gettext", "gettext.c", PHP_GETTEXT_SHARED, "-DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_DNG…
9 WARNING("gettext not enabled; libraries and headers not found");
H A Dconfig.m41 PHP_ARG_WITH([gettext],
2 [for GNU gettext support],
3 [AS_HELP_STRING([[--with-gettext[=DIR]]],
4 [Include GNU gettext support])])
29 AC_MSG_ERROR(Unable to find required gettext library)
35 PHP_NEW_EXTENSION(gettext, gettext.c, $ext_shared)
H A Dgettext_arginfo.h65 ZEND_FUNCTION(gettext);
84 ZEND_FE(gettext, arginfo_gettext)
H A Dgettext.stub.php9 function gettext(string $message): string {} function
/php-src/ext/gettext/tests/
H A Dgettext_bindtextdomain-cwd.phpt4 gettext
12 die('skip gettext leaks global state across requests');
22 var_dump(gettext('Basic test'));
24 var_dump(gettext('Basic test'));
H A Dgettext_dgettext.phpt4 gettext
23 var_dump(gettext('item'));
25 var_dump(gettext('item'));
H A Dgettext_phpinfo.phpt2 Test phpinfo() displays gettext support
4 gettext
H A Dgettext_basic.phpt4 gettext
20 echo gettext("Basic test"), "\n";
H A Dbug53251.phpt4 gettext
7 if (getenv('SKIP_REPEAT')) die('skip gettext leaks global state across requests');
H A Dgettext_basic-enus.phpt4 gettext
20 echo gettext("Basic test"), "\n";
H A D44938.phpt2 #44938: gettext functions crash with overlong strings
4 gettext
37 gettext($overflown);
108 gettext(): Argument #1 ($message) is too long
H A Dbug66267.phpt2 #66265: gettext doesn't switch locales within the same script
4 gettext
H A Dbug73730.phpt4 gettext
H A Dgettext_bindtextdomain-path.phpt4 gettext
H A Dgettext_bindtextdomain-emptydomain.phpt4 gettext
H A Ddcgettext_lcall.phpt4 gettext
H A Dgettext_ngettext.phpt4 gettext
H A Dgettext_dcgettext.phpt4 gettext
H A Dgettext_dngettext-plural.phpt4 gettext
H A Dgettext_bind_textdomain_codeset-retval.phpt4 gettext
H A Ddcngettext.phpt4 gettext
H A Dgettext_textdomain-retval.phpt4 gettext
/php-src/.github/actions/configure-macos/
H A Daction.yml51 --with-gettext="$BREW_OPT"/gettext \
/php-src/.github/actions/brew/
H A Daction.yml42 brew link icu4c gettext --force
/php-src/travis/
H A Dcompile.sh55 --with-gettext \

Completed in 20 milliseconds

12