Home
last modified time | relevance | path

Searched refs:pspell (Results 1 – 15 of 15) sorted by relevance

/PHP-8.3/ext/pspell/
H A Dconfig.w323 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 Dconfig.m41 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 Dpspell.c49 static PHP_MINIT_FUNCTION(pspell);
50 static PHP_MINFO_FUNCTION(pspell);
61 PHP_MINIT(pspell),
65 PHP_MINFO(pspell),
71 ZEND_GET_MODULE(pspell)
151 static PHP_MINIT_FUNCTION(pspell) in PHP_MINIT_FUNCTION() argument
779 static PHP_MINFO_FUNCTION(pspell) in PHP_MINFO_FUNCTION() argument
/PHP-8.3/ext/pspell/tests/
H A D001.phpt2 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 D005.phpt2 pspell configs
4 pspell
8 if (getenv('SKIP_ASAN')) die('xleak pspell leaks memory for invalid dicationaries');
H A D004.phpt2 pspell configs
4 pspell
H A D002.phpt2 pspell session
4 pspell
H A D003.phpt4 pspell
/PHP-8.3/.github/
H A Dlabeler.yml152 "Extension: pspell":
153 - ext/pspell/**/*
/PHP-8.3/travis/
H A Dcompile.sh64 --with-pspell=/usr \
/PHP-8.3/.github/actions/configure-x32/
H A Daction.yml58 --with-pspell=/usr \
/PHP-8.3/.github/actions/configure-macos/
H A Daction.yml60 --with-pspell=/usr/local/opt/aspell \
/PHP-8.3/.github/actions/configure-x64/
H A Daction.yml56 --with-pspell=/usr \
/PHP-8.3/.circleci/
H A Dconfig.yml134 --with-pspell=/usr \
/PHP-8.3/
H A DEXTENSIONS423 EXTENSION: pspell

Completed in 20 milliseconds