Home
last modified time | relevance | path

Searched refs:language (Results 1 – 25 of 81) sorted by relevance

1234

/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_language.c92 const mbfl_language *language; in mbfl_name2language() local
102 return language; in mbfl_name2language()
109 return language; in mbfl_name2language()
120 return language; in mbfl_name2language()
133 const mbfl_language *language; in mbfl_no2language() local
139 return language; in mbfl_no2language()
149 const mbfl_language *language; in mbfl_name2no_language() local
152 if (language == NULL) { in mbfl_name2no_language()
155 return language->no_language; in mbfl_name2no_language()
165 if (language == NULL) { in mbfl_no_language2name()
[all …]
/PHP-5.5/ext/intl/tests/
H A Dlocale_parse_locale.phpt23 //Simple language subtag
51 //Extended language subtags
104 language : 'root' ,
107 language : 'uk' ,
110 language : 'hindi' ,
113 language : 'de' ,
116 language : 'fr' ,
119 language : 'ja' ,
158 language : 'de' , region : 'DE' ,
194 language : 'en' ,
[all …]
H A Dlocale_parse_locale2.phpt23 //Simple language subtag
51 //Extended language subtags
105 language : 'root' ,
108 language : 'uk' ,
111 language : 'hindi' ,
114 language : 'de' ,
117 language : 'fr' ,
120 language : 'ja' ,
159 language : 'de' , region : 'DE' ,
195 language : 'en' ,
[all …]
H A Dlocale_get_script.phpt9 * Try getting the prmary language for different locales
21 //Simple language subtag
49 //Extended language subtags
/PHP-5.5/tests/lang/
H A Dscript_tag.phpt4 <script language=php> echo "ola\n";</script>
5 <script language="php"> echo "ola2\n";</script>
6 <script language='php'> echo "ola3\n";</script>
7 texto <sc <s <script> <script language> <script language=>
8 <script language=php>
16 texto <sc <s <script> <script language> <script language=>
/PHP-5.5/ext/dom/examples/
H A Ddom1.inc7 <chapter language='en'><title language='en'>Title</title>
8 <para language='ge'>
11 <informaltable language='&sp;kkk'>
/PHP-5.5/ext/dom/tests/
H A Ddom_test.inc7 <chapter language='en'><title language='en'>Title</title>
8 <para language='ge'>
11 <informaltable language='&sp;kkk'>
H A Ddom001.phpt174 Node Name: language
196 <chapter language="en"><title language="en">Title</title>
197 <para language="ge">
200 <informaltable language="&sp;kkk">
257 <chapter language="en"><title language="en">Title</title>
258 <para language="ge">
261 <informaltable language="&sp;kkk">
H A Ddomattributes.phpt18 $lang = $node->getAttributeNode('language');
42 <chapter language="en-US" num="1"/>
H A Ddomelement.phpt27 echo "Language: ".$node->getAttribute('language')."\n";
28 $lang = $node->getAttributeNode('language');
31 echo "Language: ".$node->getAttribute('language')."\n";
33 echo "Language: ".$node->getAttribute('language')."\n";
/PHP-5.5/ext/standard/tests/array/
H A Dusort_variation8.phpt13 * 2. a language construct
33 // Testing with language construct as comparison function
34 echo "\n-- Testing usort() with language construct as 'cmp_function' --\n";
38 echo "\n-- Testing usort() with language construct as 'cmp_function' --\n";
76 -- Testing usort() with language construct as 'cmp_function' --
81 -- Testing usort() with language construct as 'cmp_function' --
H A Duasort_variation8.phpt13 * language constructs: echo & exit
31 // Testing with language construct as comparison function
32 echo "-- Testing uasort() with language construct as 'cmp_function' --\n";
35 echo "-- Testing uasort() with language construct as 'cmp_function' --\n";
70 -- Testing uasort() with language construct as 'cmp_function' --
74 -- Testing uasort() with language construct as 'cmp_function' --
H A Darray_walk_variation8.phpt14 * echo language construct
27 echo "-- With 'echo' language construct --\n";
38 -- With 'echo' language construct --
H A Darray_walk_recursive_variation8.phpt14 * echo language construct
27 echo "-- With 'echo' language construct --\n";
38 -- With 'echo' language construct --
H A Darray_filter_variation9.phpt11 * Passing built-in functions and different language constructs as 'callback' argument
24 // using language construct 'echo' as 'callback'
27 // using language construct 'exit' as 'callback'
H A Darray_map_variation16.phpt2 Test array_map() function : usage variations - failing built-in functions & language constructs
11 * Test array_map() by passing non-permmited built-in functions and language constructs i.e.
20 // built-in functions & language constructs
H A Darray_map_variation12.phpt25 echo "-- with language construct --\n";
56 -- with language construct --
/PHP-5.5/ext/mbstring/tests/
H A Dini_language.phpt2 mbstring.language bug
7 mbstring.language=Japanese
H A Dphp_gr_jp_16242.phpt8 mbstring.language=Japanese
13 var_dump(ini_get('mbstring.language'));
/PHP-5.5/ext/tidy/tests/
H A D030.phpt16 'language' => 'de'); // String
23 var_dump($c['language']);
/PHP-5.5/ext/pspell/
H A Dpspell.c77 ZEND_ARG_INFO(0, language)
86 ZEND_ARG_INFO(0, language)
132 ZEND_ARG_INFO(0, language)
262 char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local
280 …if (zend_parse_parameters(argc TSRMLS_CC, "s|sssl", &language, &language_len, &spelling, &spelling… in PHP_FUNCTION()
308 pspell_config_replace(config, "language-tag", language); in PHP_FUNCTION()
359 char *personal, *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local
377 …if (zend_parse_parameters(argc TSRMLS_CC, "ps|sssl", &personal, &personal_len, &language, &languag… in PHP_FUNCTION()
413 pspell_config_replace(config, "language-tag", language); in PHP_FUNCTION()
686 char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation12.phpt2 Test token_get_all() function : usage variations - with predefined language constants
8 * Description: splits the given source into an array of PHP language tokens
13 * Testing token_get_all() with following predefined language constants:
22 echo "*** Testing token_get_all() : with language constants ***\n";
55 *** Testing token_get_all() : with language constants ***
/PHP-5.5/
H A D.travis.yml1 language: c
7 - language-pack-de
/PHP-5.5/ext/standard/tests/strings/
H A Dstrip_tags_basic1.phpt24 "<script language=\"PHP\"> echo hello </script>",
25 '<script language=\"PHP\"> echo hello </script>',
/PHP-5.5/ext/mbstring/
H A Dmbstring.c221 ZEND_ARG_INFO(0, language)
895 string.no_language = MBSTRG(language); in php_mb_zend_encoding_detector()
912 string.no_language = MBSTRG(language); in php_mb_zend_encoding_converter()
1195 MBSTRG(language) = no_language; in PHP_INI_MH()
1288 switch (MBSTRG(language)) { in _php_mb_ini_mbstring_internal_encoding_set()
2201 string.no_language = MBSTRG(language); in PHP_FUNCTION()
2235 needle.no_language = MBSTRG(language); in PHP_FUNCTION()
2302 needle.no_language = MBSTRG(language); in PHP_FUNCTION()
2452 needle.no_language = MBSTRG(language); in PHP_FUNCTION()
2510 needle.no_language = MBSTRG(language); in PHP_FUNCTION()
[all …]

Completed in 67 milliseconds

1234