Home
last modified time | relevance | path

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

/PHP-7.4/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]]],
7 PHP_NEW_EXTENSION(pspell, pspell.c, $ext_shared)
14 if test -f $i/include/pspell/pspell.h; then
16 PSPELL_INCDIR=$i/include/pspell
17 elif test -f $i/include/pspell.h; then
24 AC_MSG_ERROR(Cannot find pspell)
29 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);
94 ZEND_ARG_INFO(0, pspell)
99 ZEND_ARG_INFO(0, pspell)
104 ZEND_ARG_INFO(0, pspell)
110 ZEND_ARG_INFO(0, pspell)
115 ZEND_ARG_INFO(0, pspell)
120 ZEND_ARG_INFO(0, pspell)
124 ZEND_ARG_INFO(0, pspell)
209 ZEND_GET_MODULE(pspell) in ZEND_GET_MODULE() argument
[all …]
/PHP-7.4/ext/pspell/tests/
H A D001.phpt2 pspell basic tests (warning: may fail with pspell/aspell < GNU Aspell 0.50.3)
5 if (!extension_loaded("pspell")) die("skip");
26 $pspell = pspell_new ("en", "", "", "", (PSPELL_FAST|PSPELL_RUN_TOGETHER));
30 if (!pspell_check($pspell, $array[$i])) {
32 echo "Possible spellings: " . join(',',pspell_suggest ($pspell, $array[$i])) . "\n";
H A D005.phpt2 pspell configs
5 if (!extension_loaded('pspell')) die('skip');
7 if (getenv('SKIP_ASAN')) die('skip pspell leaks memory for invalid dicationaries');
H A D004.phpt2 pspell configs
5 if (!extension_loaded('pspell')) die('skip');
H A D002.phpt2 pspell session
5 if (!extension_loaded('pspell')) die('skip');
H A D003.phpt5 if (!extension_loaded('pspell')) die('skip');
/PHP-7.4/azure/
H A Dconfigure.yml48 --with-pspell=/usr \
/PHP-7.4/travis/
H A Dcompile.sh74 --with-pspell=/usr \
/PHP-7.4/azure/i386/
H A Djob.yml58 --with-pspell=/usr \
/PHP-7.4/azure/macos/
H A Djob.yml61 --with-pspell=/usr/local/opt/aspell \
/PHP-7.4/
H A DEXTENSIONS424 EXTENSION: pspell

Completed in 26 milliseconds