Searched refs:spelling (Results 1 – 9 of 9) sorted by relevance
/PHP-8.2/ext/pspell/ |
H A D | pspell.stub.php | 41 …function pspell_new(string $language, string $spelling = "", string $jargon = "", string $encoding… argument 46 string $spelling = "", argument 67 …function pspell_config_create(string $language, string $spelling = "", string $jargon = "", string… argument
|
H A D | pspell.c | 180 char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local 196 if (zend_parse_parameters(argc, "s|sssl", &language, &language_len, &spelling, &spelling_len, in PHP_FUNCTION() 227 pspell_config_replace(config, "spelling", spelling); in PHP_FUNCTION() 273 char *personal, *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local 290 &spelling, &spelling_len, &jargon, &jargon_len, &encoding, &encoding_len, &mode) == FAILURE) { in PHP_FUNCTION() 328 pspell_config_replace(config, "spelling", spelling); in PHP_FUNCTION() 569 char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local 581 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|sss", &language, &language_len, &spelling, &spelling… in PHP_FUNCTION() 612 pspell_config_replace(config, "spelling", spelling); in PHP_FUNCTION()
|
H A D | pspell_arginfo.h | 6 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, spelling, IS_STRING, 0, "\"\"") 15 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, spelling, IS_STRING, 0, "\"\"") 53 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, spelling, IS_STRING, 0, "\"\"")
|
/PHP-8.2/Zend/tests/closures/ |
H A D | closure_from_callable_basic.phpt | 32 echo 'Function that exists with different spelling'; 106 Function that exists with different spelling OK
|
/PHP-8.2/tests/lang/ |
H A D | 024.phpt | 109 ** spelling correction by kluzz ** 411 ** spelling correction by kluzz ** 636 ** spelling correction by kluzz ** 861 ** spelling correction by kluzz ** 1086 ** spelling correction by kluzz ** 1311 ** spelling correction by kluzz ** 1536 ** spelling correction by kluzz ** 1761 ** spelling correction by kluzz ** 1986 ** spelling correction by kluzz ** 2211 ** spelling correction by kluzz ** [all …]
|
H A D | 023.phpt | 68 ** spelling correction by kluzz **
|
/PHP-8.2/ |
H A D | NEWS | 645 . Fixed bug GH-14100 (Corrected spelling mistake in php.ini files).
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 16871 # american spelling gray
|
H A D | magic私はガラスを食べられます | 16871 # american spelling gray
|
Completed in 149 milliseconds