Home
last modified time | relevance | path

Searched refs:spelling (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/pspell/
H A Dpspell.stub.php5 function pspell_new(string $language, string $spelling = "", string $jargon = "", string $encoding … argument
10 string $spelling = "", argument
32 function pspell_config_create(string $language, string $spelling = "", string $jargon = "", string … argument
H A Dpspell.c110 char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local
128 if (zend_parse_parameters(argc, "s|sssl", &language, &language_len, &spelling, &spelling_len, in PHP_FUNCTION()
159 pspell_config_replace(config, "spelling", spelling); in PHP_FUNCTION()
206 char *personal, *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local
225 &spelling, &spelling_len, &jargon, &jargon_len, &encoding, &encoding_len, &mode) == FAILURE) { in PHP_FUNCTION()
263 pspell_config_replace(config, "spelling", spelling); in PHP_FUNCTION()
521 char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local
534 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|sss", &language, &language_len, &spelling, &spelling… in PHP_FUNCTION()
565 pspell_config_replace(config, "spelling", spelling); in PHP_FUNCTION()
H A Dpspell_arginfo.h6 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.0/Zend/tests/closures/
H A Dclosure_from_callable_basic.phpt32 echo 'Function that exists with different spelling';
106 Function that exists with different spelling OK
/PHP-8.0/tests/lang/
H A D024.phpt109 ** 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 D023.phpt68 ** spelling correction by kluzz **

Completed in 22 milliseconds