Searched refs:enchant (Results 1 – 25 of 34) sorted by relevance
12
/PHP-7.0/ext/enchant/ |
H A D | config.m4 | 5 PHP_ARG_WITH(enchant,for ENCHANT support, 6 [ --with-enchant[=DIR] Include enchant support. 10 PHP_NEW_EXTENSION(enchant, enchant.c, $ext_shared) 17 if test -f $i/include/enchant/enchant.h; then 19 ENCHANT_INCDIR=$i/include/enchant 20 elif test -f $i/include/enchant.h; then 27 AC_MSG_ERROR(Cannot find enchant) 34 PHP_ADD_LIBRARY_WITH_PATH(enchant, $ENCHANT_LIBDIR, ENCHANT_SHARED_LIBADD) 36 PHP_CHECK_LIBRARY(enchant, enchant_broker_set_param,
|
H A D | config.w32 | 4 ARG_WITH("enchant", "Enchant Support", "no"); 7 …if (CHECK_HEADER_ADD_INCLUDE("enchant.h", "CFLAGS_ENCHANT", PHP_ENCHANT+ ";" + PHP_PHP_BUILD + "\\… 9 CHECK_LIB("libenchant.lib", "enchant", PHP_ENCHANT) ) { 10 EXTENSION("enchant", "enchant.c"); 15 WARNING('Could not find enchant.h; skipping');
|
H A D | php_enchant.h | 39 PHP_MINIT_FUNCTION(enchant); 40 PHP_MSHUTDOWN_FUNCTION(enchant); 41 PHP_MINFO_FUNCTION(enchant);
|
/PHP-7.0/ext/enchant/tests/ |
H A D | broker_get_error.phpt | 7 if(!extension_loaded('enchant')) die('skip, enchant not loader'); 20 echo("enchant failed ==>" . $enchantErr);
|
H A D | broker_set_ordering.phpt | 7 if(!extension_loaded('enchant')) die('skip, enchant not loader'); 22 echo("enchant failed ==>" . $enchantErr);
|
H A D | broker_init.phpt | 7 if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
H A D | broker_free.phpt | 7 if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
H A D | broker_free_01.phpt | 7 if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
H A D | broker_list_dicts.phpt | 7 if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
H A D | broker_dict_exists.phpt | 7 if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
H A D | bug53070.phpt | 5 if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
H A D | broker_request_dict_01.phpt | 7 if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
H A D | broker_describe.phpt | 7 if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
H A D | broker_request_dict.phpt | 7 if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
H A D | dict_get_error.phpt | 7 if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
H A D | dict_quick_check.phpt | 7 if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
H A D | bug13181.phpt | 5 if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
H A D | dict_describe.phpt | 7 if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
H A D | dict_quick_check_01.phpt | 7 if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
H A D | dict_suggest.phpt | 7 if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
H A D | broker_request_pwl_dict.phpt | 7 if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
H A D | dict_add_to_personal.phpt | 7 if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
H A D | dict_add_to_session.phpt | 7 if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
H A D | dict_check.phpt | 7 if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
/PHP-7.0/appveyor/ |
H A D | test_task.bat | 57 rem prepare for enchant 72 echo Fetching enchant dicts 75 …powershell -Command wget http://windows.php.net/downloads/qa/appveyor/ext/enchant/dict.zip -OutFil… 80 mkdir %USERPROFILE%\enchant\myspell 81 copy %PHP_BUILD_CACHE_ENCHANT_DICT_DIR%\* %USERPROFILE%\enchant\myspell
|
Completed in 15 milliseconds
12