Home
last modified time | relevance | path

Searched refs:pspell_new_config (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/pspell/tests/
H A D003.phpt14 $p = pspell_new_config($cfg);
17 $p2 = pspell_new_config($cfg2);
22 $p = pspell_new_config($cfg);
32 Warning: pspell_new_config(): PSPELL couldn't open the dictionary. reason: The encoding "b0rked" is…
H A D004.phpt15 $p = pspell_new_config($cfg);
22 $p = pspell_new_config($cfg);
H A D005.phpt22 $p = pspell_new_config($cfg);
/PHP-7.4/ext/pspell/
H A Dpspell.c53 static PHP_FUNCTION(pspell_new_config);
180 PHP_FE(pspell_new_config, arginfo_pspell_new_config)
462 static PHP_FUNCTION(pspell_new_config) in PHP_FUNCTION() argument

Completed in 12 milliseconds