Searched refs:pspell_new (Results 1 – 8 of 8) sorted by relevance
/PHP-8.1/ext/pspell/tests/ |
H A D | 002.phpt | 7 if (!@pspell_new('en')) die('skip English dictionary is not available'); 12 $p = pspell_new('en');
|
H A D | 004.phpt | 7 if (!@pspell_new('en')) die('skip English dictionary is not available');
|
H A D | 001.phpt | 7 if (!@pspell_new ("en", "", "", "", (PSPELL_FAST|PSPELL_RUN_TOGETHER))) { 27 $pspell = pspell_new ("en", "", "", "", (PSPELL_FAST|PSPELL_RUN_TOGETHER));
|
H A D | 003.phpt | 7 if (!@pspell_new('en')) die('skip English dictionary is not available');
|
H A D | 005.phpt | 7 if (!@pspell_new('en')) die('skip English dictionary is not available');
|
/PHP-8.1/ext/pspell/ |
H A D | pspell_arginfo.h | 93 ZEND_FUNCTION(pspell_new); 115 ZEND_FE(pspell_new, arginfo_pspell_new)
|
H A D | pspell.stub.php | 23 …function pspell_new(string $language, string $spelling = "", string $jargon = "", string $encoding… function
|
H A D | pspell.c | 180 PHP_FUNCTION(pspell_new) in PHP_FUNCTION() argument
|
Completed in 12 milliseconds