Searched refs:pspell_config_create (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/pspell/tests/ |
H A D | 003.phpt | 11 $cfg = pspell_config_create('en', 'british', '', 'iso8859-1'); 12 $cfg2 = pspell_config_create('en', 'british', '', 'b0rked');
|
H A D | 004.phpt | 11 $cfg = pspell_config_create('en', 'british', '', 'iso8859-1');
|
H A D | 005.phpt | 20 $cfg = pspell_config_create('en');
|
/PHP-8.0/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 | 32 function pspell_config_create(string $language, string $spelling = "", string $jargon = "", string … function
|
H A D | pspell.c | 519 PHP_FUNCTION(pspell_config_create) in PHP_FUNCTION() argument
|
Completed in 7 milliseconds