Searched refs:pspell_check (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/pspell/tests/ |
H A D | 003.phpt | 15 var_dump(pspell_check($p, 'yy')); 19 pspell_check($p2, 'yy'); 27 var_dump(pspell_check($p, 'yy')); 37 pspell_check(): 0 is not a PSPELL result index
|
H A D | 002.phpt | 13 var_dump(pspell_check($p, 'somebogusword')); 17 var_dump(pspell_check($p, 'somebogusword')); 22 var_dump(pspell_check($p, 'somebogusword'));
|
H A D | 005.phpt | 17 var_dump(pspell_check($p, 'dfnvnsafksfksf')); 26 var_dump(pspell_check($p, 'ola')); 28 var_dump(pspell_check($p, 'ola'));
|
H A D | 004.phpt | 16 var_dump(pspell_check($p, 'theoasis')); 23 var_dump(pspell_check($p, 'theoasis'));
|
H A D | 001.phpt | 30 if (!pspell_check($pspell, $array[$i])) {
|
/PHP-8.0/ext/pspell/ |
H A D | pspell_arginfo.h | 96 ZEND_FUNCTION(pspell_check); 118 ZEND_FE(pspell_check, arginfo_pspell_check)
|
H A D | pspell.stub.php | 18 function pspell_check(int $dictionary, string $word): bool {} function
|
H A D | pspell.c | 337 PHP_FUNCTION(pspell_check) in PHP_FUNCTION() argument
|
Completed in 8 milliseconds