Lines Matching refs:spelling
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
699 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|sss", &language, &language_len, &spelling,… in PHP_FUNCTION()
730 pspell_config_replace(config, "spelling", spelling); in PHP_FUNCTION()