Home
last modified time | relevance | path

Searched refs:pspell_new (Results 1 – 7 of 7) sorted by relevance

/PHP-7.3/ext/pspell/tests/
H A D002.phpt6 if (!@pspell_new('en')) die('skip English dictionary is not available');
11 $p = pspell_new('en');
H A D004.phpt6 if (!@pspell_new('en')) die('skip English dictionary is not available');
H A D001.phpt6 if (!@pspell_new ("en", "", "", "", (PSPELL_FAST|PSPELL_RUN_TOGETHER))) {
26 $pspell = pspell_new ("en", "", "", "", (PSPELL_FAST|PSPELL_RUN_TOGETHER));
H A D003.phpt6 if (!@pspell_new('en')) die('skip English dictionary is not available');
H A D005.phpt6 if (!@pspell_new('en')) die('skip English dictionary is not available');
/PHP-7.3/ext/pspell/
H A Dpspell.c53 static PHP_FUNCTION(pspell_new);
180 PHP_FE(pspell_new, arginfo_pspell_new)
262 static PHP_FUNCTION(pspell_new) in PHP_FUNCTION() argument
H A DREADME42 pspell_new() and specifying the custom dictionary as the first parameter.

Completed in 21 milliseconds