Searched refs:pspell (Results 1 – 16 of 16) sorted by relevance
/PHP-8.1/ext/pspell/ |
H A D | config.w32 | 3 ARG_WITH("pspell", "pspell/aspell (whatever it's called this month) support", "no"); 7 …if (CHECK_HEADER_ADD_INCLUDE("pspell.h", "CFLAGS_PSPELL", PHP_PHP_BUILD + "\\include\\pspell;" + P… 8 CHECK_LIB("aspell*.lib", "pspell", PHP_PSPELL)) { 9 EXTENSION('pspell', 'pspell.c'); 12 WARNING("pspell not enabled; libraries and headers not found");
|
H A D | config.m4 | 1 PHP_ARG_WITH([pspell], 3 [AS_HELP_STRING([[--with-pspell[=DIR]]], 8 PHP_NEW_EXTENSION(pspell, pspell.c, $ext_shared, , "-Wno-strict-prototypes") 15 if test -f $i/include/pspell/pspell.h; then 17 PSPELL_INCDIR=$i/include/pspell 18 elif test -f $i/include/pspell.h; then 25 AC_MSG_ERROR(Cannot find pspell) 30 PHP_ADD_LIBRARY_WITH_PATH(pspell, $PSPELL_LIBDIR, PSPELL_SHARED_LIBADD)
|
H A D | pspell.c | 48 static PHP_MINIT_FUNCTION(pspell); 49 static PHP_MINFO_FUNCTION(pspell); 60 PHP_MINIT(pspell), 64 PHP_MINFO(pspell), 70 ZEND_GET_MODULE(pspell) 150 static PHP_MINIT_FUNCTION(pspell) in PHP_MINIT_FUNCTION() argument 781 static PHP_MINFO_FUNCTION(pspell) in PHP_MINFO_FUNCTION() argument
|
/PHP-8.1/ext/pspell/tests/ |
H A D | 001.phpt | 2 pspell basic tests (warning: may fail with pspell/aspell < GNU Aspell 0.50.3) 4 pspell 27 $pspell = pspell_new ("en", "", "", "", (PSPELL_FAST|PSPELL_RUN_TOGETHER)); 31 if (!pspell_check($pspell, $array[$i])) { 33 echo "Possible spellings: " . join(',',pspell_suggest ($pspell, $array[$i])) . "\n";
|
H A D | 005.phpt | 2 pspell configs 4 pspell 8 if (getenv('SKIP_ASAN')) die('skip pspell leaks memory for invalid dicationaries');
|
H A D | 004.phpt | 2 pspell configs 4 pspell
|
H A D | 002.phpt | 2 pspell session 4 pspell
|
H A D | 003.phpt | 4 pspell
|
/PHP-8.1/travis/ |
H A D | compile.sh | 64 --with-pspell=/usr \
|
/PHP-8.1/.github/actions/configure-x32/ |
H A D | action.yml | 58 --with-pspell=/usr \
|
/PHP-8.1/.github/actions/configure-x64/ |
H A D | action.yml | 53 --with-pspell=/usr \
|
/PHP-8.1/.github/actions/configure-macos/ |
H A D | action.yml | 61 --with-pspell=/usr/local/opt/aspell \
|
/PHP-8.1/.circleci/ |
H A D | config.yml | 134 --with-pspell=/usr \
|
/PHP-8.1/ |
H A D | EXTENSIONS | 422 EXTENSION: pspell
|
H A D | UPGRADING | 158 instead of "pspell" resources. Return value checks using is_resource() 161 instead of "pspell config" resources. Return value checks using is_resource()
|
H A D | NEWS | 1798 . Convert resource<pspell> to object \PSpell\Dictionary. (Sara) 1799 . Convert resource<pspell config> to object \PSpell\Config. (Sara)
|
Completed in 21 milliseconds