Searched refs:PSPELL_FAST (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/ext/pspell/tests/ |
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));
|
/PHP-8.2/ext/pspell/ |
H A D | pspell.stub.php | 24 const PSPELL_FAST = UNKNOWN; define
|
H A D | pspell.c | 36 #define PSPELL_FAST 1L macro 242 if (speed == PSPELL_FAST) { in PHP_FUNCTION() 343 if (speed == PSPELL_FAST) { in PHP_FUNCTION() 663 if (mode == PSPELL_FAST) { in PHP_FUNCTION()
|
H A D | pspell_arginfo.h | 149 REGISTER_LONG_CONSTANT("PSPELL_FAST", PSPELL_FAST, CONST_PERSISTENT); in register_pspell_symbols()
|
Completed in 7 milliseconds