Searched refs:spelling (Results 1 – 4 of 4) sorted by relevance
/PHP-5.6/ext/pspell/ |
H A D | pspell.c | 78 ZEND_ARG_INFO(0, spelling) 87 ZEND_ARG_INFO(0, spelling) 133 ZEND_ARG_INFO(0, spelling) 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() 311 pspell_config_replace(config, "spelling", spelling); in PHP_FUNCTION() 359 char *personal, *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local 378 &spelling, &spelling_len, &jargon, &jargon_len, &encoding, &encoding_len, &mode) == FAILURE) { in PHP_FUNCTION() 416 pspell_config_replace(config, "spelling", spelling); in PHP_FUNCTION() 686 char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local [all …]
|
/PHP-5.6/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-5.6/ext/pcre/pcrelib/ |
H A D | ChangeLog | 927 41. Applied a user patch to fix a number of spelling mistakes in comments.
|
Completed in 26 milliseconds