Searched refs:pspell_config_create (Results 1 – 6 of 6) sorted by relevance
/PHP-8.1/ext/pspell/tests/ |
H A D | 003.phpt | 12 $cfg = pspell_config_create('en', 'british', '', 'iso8859-1'); 13 $cfg2 = pspell_config_create('en', 'british', '', 'b0rked');
|
H A D | 004.phpt | 12 $cfg = pspell_config_create('en', 'british', '', 'iso8859-1');
|
H A D | 005.phpt | 21 $cfg = pspell_config_create('en');
|
/PHP-8.1/ext/pspell/ |
H A D | pspell_arginfo.h | 103 ZEND_FUNCTION(pspell_config_create); 125 ZEND_FE(pspell_config_create, arginfo_pspell_config_create)
|
H A D | pspell.stub.php | 49 …function pspell_config_create(string $language, string $spelling = "", string $jargon = "", string… function
|
H A D | pspell.c | 569 PHP_FUNCTION(pspell_config_create) in PHP_FUNCTION() argument
|
Completed in 9 milliseconds