Home
last modified time | relevance | path

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

/PHP-8.3/ext/pspell/tests/
H A D004.phpt13 var_dump(pspell_config_mode($cfg, PSPELL_BAD_SPELLERS));
/PHP-8.3/ext/pspell/
H A Dpspell.stub.php34 const PSPELL_BAD_SPELLERS = UNKNOWN; define
H A Dpspell.c38 #define PSPELL_BAD_SPELLERS 3L macro
246 } else if (speed == PSPELL_BAD_SPELLERS) { in PHP_FUNCTION()
347 } else if (speed == PSPELL_BAD_SPELLERS) { in PHP_FUNCTION()
667 } else if (mode == PSPELL_BAD_SPELLERS) { in PHP_FUNCTION()
H A Dpspell_arginfo.h151 REGISTER_LONG_CONSTANT("PSPELL_BAD_SPELLERS", PSPELL_BAD_SPELLERS, CONST_PERSISTENT); in register_pspell_symbols()

Completed in 12 milliseconds