spelling           78 ext/pspell/pspell.c 	ZEND_ARG_INFO(0, spelling)
spelling           87 ext/pspell/pspell.c 	ZEND_ARG_INFO(0, spelling)
spelling          133 ext/pspell/pspell.c 	ZEND_ARG_INFO(0, spelling)
spelling          262 ext/pspell/pspell.c 	char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL;
spelling          280 ext/pspell/pspell.c 	if (zend_parse_parameters(argc TSRMLS_CC, "s|sssl", &language, &language_len, &spelling, &spelling_len,
spelling          311 ext/pspell/pspell.c 		pspell_config_replace(config, "spelling", spelling);
spelling          359 ext/pspell/pspell.c 	char *personal, *language, *spelling = NULL, *jargon = NULL, *encoding = NULL;
spelling          378 ext/pspell/pspell.c 		&spelling, &spelling_len, &jargon, &jargon_len, &encoding, &encoding_len, &mode) == FAILURE) {
spelling          416 ext/pspell/pspell.c 		pspell_config_replace(config, "spelling", spelling);
spelling          686 ext/pspell/pspell.c 	char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL;
spelling          699 ext/pspell/pspell.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|sss", &language, &language_len, &spelling, &spelling_len, 
spelling          730 ext/pspell/pspell.c 		pspell_config_replace(config, "spelling", spelling);