Lines Matching refs:spelling
78 ZEND_ARG_INFO(0, spelling)
87 ZEND_ARG_INFO(0, spelling)
133 ZEND_ARG_INFO(0, spelling)
266 char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local
284 if (zend_parse_parameters(argc, "s|sssl", &language, &language_len, &spelling, &spelling_len, in PHP_FUNCTION()
315 pspell_config_replace(config, "spelling", spelling); in PHP_FUNCTION()
363 char *personal, *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local
382 &spelling, &spelling_len, &jargon, &jargon_len, &encoding, &encoding_len, &mode) == FAILURE) { in PHP_FUNCTION()
420 pspell_config_replace(config, "spelling", spelling); in PHP_FUNCTION()
687 char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local
700 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|sss", &language, &language_len, &spelling, &spelling… in PHP_FUNCTION()
731 pspell_config_replace(config, "spelling", spelling); in PHP_FUNCTION()