Searched refs:pspell_new (Results 1 – 6 of 6) sorted by relevance
6 if (!@pspell_new('en')) die('skip English dictionary is not available');11 $p = pspell_new('en');
6 if (!@pspell_new('en')) die('skip English dictionary is not available');
6 if (!@pspell_new ("en", "", "", "", (PSPELL_FAST|PSPELL_RUN_TOGETHER))) {26 $pspell = pspell_new ("en", "", "", "", (PSPELL_FAST|PSPELL_RUN_TOGETHER));
51 static PHP_FUNCTION(pspell_new);178 PHP_FE(pspell_new, arginfo_pspell_new)260 static PHP_FUNCTION(pspell_new) in PHP_FUNCTION() argument
Completed in 15 milliseconds