MR~TNT File Manager
Current Path:
/opt/alt/tests/alt-php84-pecl-pspell_1.0.1-1.el8/tests
opt
/
alt
/
tests
/
alt-php84-pecl-pspell_1.0.1-1.el8
/
tests
/
ðŸ“
..
📄
001.phpt
(2.27 KB)
📄
002.phpt
(626 B)
📄
003.phpt
(1.04 KB)
📄
004.phpt
(628 B)
📄
005.phpt
(1.08 KB)
ðŸ“
setup
📄
wordlist.txt
(56 B)
Editing: 004.phpt
--TEST-- pspell configs --EXTENSIONS-- pspell --SKIPIF-- <?php if (!@pspell_new('en')) die('skip English dictionary is not available'); ?> --FILE-- <?php $cfg = pspell_config_create('en', 'british', '', 'iso8859-1'); var_dump(pspell_config_mode($cfg, PSPELL_BAD_SPELLERS)); var_dump(pspell_config_runtogether($cfg, false)); $p = pspell_new_config($cfg); var_dump(pspell_check($p, 'theoasis')); echo "---\n"; // now it should pass var_dump(pspell_config_runtogether($cfg, true)); $p = pspell_new_config($cfg); var_dump(pspell_check($p, 'theoasis')); ?> --EXPECT-- bool(true) bool(true) bool(false) --- bool(true) bool(true)
Upload File
Create Folder