Home
last modified time | relevance | path

Searched refs:pspell_config_create (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/pspell/tests/
H A D003.phpt12 $cfg = pspell_config_create('en', 'british', '', 'iso8859-1');
13 $cfg2 = pspell_config_create('en', 'british', '', 'b0rked');
H A D004.phpt12 $cfg = pspell_config_create('en', 'british', '', 'iso8859-1');
H A D005.phpt21 $cfg = pspell_config_create('en');
/PHP-8.3/ext/pspell/
H A Dpspell_arginfo.h103 ZEND_FUNCTION(pspell_config_create);
125 ZEND_FE(pspell_config_create, arginfo_pspell_config_create)
H A Dpspell.stub.php67 …function pspell_config_create(string $language, string $spelling = "", string $jargon = "", string… function
H A Dpspell.c567 PHP_FUNCTION(pspell_config_create) in PHP_FUNCTION() argument

Completed in 13 milliseconds