Searched refs:gettext (Results 1 – 25 of 37) sorted by relevance
12
/php-src/ext/gettext/ |
H A D | config.w32 | 3 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 D | config.m4 | 1 PHP_ARG_WITH([gettext], 2 [for GNU gettext support], 3 [AS_HELP_STRING([[--with-gettext[=DIR]]], 4 [Include GNU gettext support])]) 27 [AC_MSG_FAILURE([Unable to find required intl library for gettext.])])]) 30 PHP_NEW_EXTENSION([gettext], [gettext.c], [$ext_shared])
|
H A D | gettext_arginfo.h | 65 ZEND_FUNCTION(gettext); 84 ZEND_FE(gettext, arginfo_gettext)
|
H A D | gettext.stub.php | 9 function gettext(string $message): string {} function
|
H A D | gettext.c | 108 PHP_FUNCTION(gettext) in PHP_FUNCTION() argument 118 msgstr = gettext(ZSTR_VAL(msgid)); in PHP_FUNCTION()
|
/php-src/ext/gettext/tests/ |
H A D | gettext_bindtextdomain-cwd.phpt | 4 gettext 12 die('skip gettext leaks global state across requests'); 22 var_dump(gettext('Basic test')); 24 var_dump(gettext('Basic test'));
|
H A D | gettext_dgettext.phpt | 4 gettext 23 var_dump(gettext('item')); 25 var_dump(gettext('item'));
|
H A D | gettext_phpinfo.phpt | 2 Test phpinfo() displays gettext support 4 gettext
|
H A D | gettext_basic.phpt | 4 gettext 20 echo gettext("Basic test"), "\n";
|
H A D | bug53251.phpt | 4 gettext 7 if (getenv('SKIP_REPEAT')) die('skip gettext leaks global state across requests');
|
H A D | gettext_basic-enus.phpt | 4 gettext 20 echo gettext("Basic test"), "\n";
|
H A D | 44938.phpt | 2 #44938: gettext functions crash with overlong strings 4 gettext 37 gettext($overflown); 108 gettext(): Argument #1 ($message) is too long
|
H A D | bug66267.phpt | 2 #66265: gettext doesn't switch locales within the same script 4 gettext
|
H A D | bug73730.phpt | 4 gettext
|
H A D | gettext_bindtextdomain-path.phpt | 4 gettext
|
H A D | gettext_bindtextdomain-emptydomain.phpt | 4 gettext
|
H A D | dcgettext_lcall.phpt | 4 gettext
|
H A D | gettext_ngettext.phpt | 4 gettext
|
H A D | gettext_dcgettext.phpt | 4 gettext
|
H A D | gettext_dngettext-plural.phpt | 4 gettext
|
H A D | gettext_bind_textdomain_codeset-retval.phpt | 4 gettext
|
H A D | dcngettext.phpt | 4 gettext
|
H A D | gettext_textdomain-retval.phpt | 4 gettext
|
/php-src/.github/actions/configure-macos/ |
H A D | action.yml | 51 --with-gettext="$BREW_OPT"/gettext \
|
/php-src/.github/actions/apk/ |
H A D | action.yml | 25 gettext-dev \
|
Completed in 27 milliseconds
12