/PHP-7.3/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_language.c | 92 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-7.3/ext/mbstring/tests/ |
H A D | mb_language.phpt | 6 mbstring.language= 9 echo "Checking default language:\n"; 12 echo "Checking default language after ini_set:\n"; 13 ini_set('mbstring.language', 'uni'); 19 echo "Confirm language was changed:\n"; 22 echo "Try changing to a non-existent language:\n"; 27 Checking default language: 29 Checking default language after ini_set: 31 Changing language to English should be successful: 33 Confirm language was changed: [all …]
|
H A D | ini_language.phpt | 2 mbstring.language bug 7 mbstring.language=Japanese
|
H A D | php_gr_jp_16242.phpt | 8 mbstring.language=Japanese 13 var_dump(ini_get('mbstring.language'));
|
/PHP-7.3/ext/intl/tests/ |
H A D | locale_parse_locale.phpt | 23 //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 D | locale_parse_locale2.phpt | 23 //Simple language subtag 51 //Extended language subtags 108 language : 'uk' , 111 language : 'hindi' , 114 language : 'de' , 117 language : 'fr' , 120 language : 'ja' , 159 language : 'de' , region : 'DE' , 162 language : 'en' , region : 'US' , 195 language : 'en' , [all …]
|
H A D | locale_get_script.phpt | 9 * Try getting the prmary language for different locales 21 //Simple language subtag 49 //Extended language subtags
|
H A D | locale_get_primary_language.phpt | 9 * Try getting the prmary language for different locales 22 //Simple language subtag 50 //Extended language subtags
|
/PHP-7.3/ext/dom/tests/ |
H A D | dom_test.inc | 7 <chapter language='en'><title language='en'>Title</title> 8 <para language='ge'> 11 <informaltable language='&sp;kkk'>
|
H A D | dom001.phpt | 174 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 D | domattributes.phpt | 18 $lang = $node->getAttributeNode('language'); 41 <chapter language="en-US" num="1"/>
|
H A D | domelement.phpt | 27 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-7.3/ext/standard/tests/array/ |
H A D | usort_variation8.phpt | 13 * 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 D | uasort_variation8.phpt | 13 * 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 D | array_walk_variation8.phpt | 14 * echo language construct 27 echo "-- With 'echo' language construct --\n"; 38 -- With 'echo' language construct --
|
H A D | array_walk_recursive_variation8.phpt | 14 * echo language construct 27 echo "-- With 'echo' language construct --\n"; 38 -- With 'echo' language construct --
|
H A D | array_filter_variation9.phpt | 11 * 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 D | array_map_variation16.phpt | 2 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 D | array_map_variation12.phpt | 25 echo "-- with language construct --\n"; 56 -- with language construct --
|
/PHP-7.3/ext/pspell/ |
H A D | pspell.c | 75 ZEND_ARG_INFO(0, language) 84 ZEND_ARG_INFO(0, language) 130 ZEND_ARG_INFO(0, language) 264 char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local 282 if (zend_parse_parameters(argc, "s|sssl", &language, &language_len, &spelling, &spelling_len, in PHP_FUNCTION() 310 pspell_config_replace(config, "language-tag", language); in PHP_FUNCTION() 361 char *personal, *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local 379 if (zend_parse_parameters(argc, "ps|sssl", &personal, &personal_len, &language, &language_len, in PHP_FUNCTION() 415 pspell_config_replace(config, "language-tag", language); in PHP_FUNCTION() 685 char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local [all …]
|
/PHP-7.3/ext/tokenizer/tests/ |
H A D | token_get_all_variation12.phpt | 2 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-7.3/ext/standard/tests/strings/ |
H A D | strip_tags_basic1.phpt | 24 "<script language=\"PHP\"> echo hello </script>", 25 '<script language=\"PHP\"> echo hello </script>',
|
/PHP-7.3/ |
H A D | .travis.yml | 5 language: c 11 - language-pack-de
|
H A D | php7.spec.in | 19 PHP is an HTML-embedded scripting language. Much of its syntax is 21 features thrown in. The goal of the language is to allow web
|
/PHP-7.3/Zend/tests/traits/ |
H A D | language013.phpt | 2 Statics work like expected for language-based copy'n'paste. No link between methods from the same t…
|