/PHP-8.2/ext/enchant/ |
H A D | enchant.stub.php | 65 function enchant_broker_free_dict(EnchantDictionary $dictionary): bool {} argument 78 function enchant_dict_quick_check(EnchantDictionary $dictionary, string $word, &$suggestions = null… argument 80 function enchant_dict_check(EnchantDictionary $dictionary, string $word): bool {} argument 86 function enchant_dict_suggest(EnchantDictionary $dictionary, string $word): array {} argument 88 function enchant_dict_add(EnchantDictionary $dictionary, string $word): void {} argument 94 function enchant_dict_add_to_personal(EnchantDictionary $dictionary, string $word): void {} argument 96 function enchant_dict_add_to_session(EnchantDictionary $dictionary, string $word): void {} argument 98 function enchant_dict_is_added(EnchantDictionary $dictionary, string $word): bool {} argument 104 function enchant_dict_is_in_session(EnchantDictionary $dictionary, string $word): bool {} argument 108 function enchant_dict_get_error(EnchantDictionary $dictionary): string|false {} argument [all …]
|
H A D | enchant_arginfo.h | 41 ZEND_ARG_OBJ_INFO(0, dictionary, EnchantDictionary, 0) 58 ZEND_ARG_OBJ_INFO(0, dictionary, EnchantDictionary, 0) 64 ZEND_ARG_OBJ_INFO(0, dictionary, EnchantDictionary, 0) 69 ZEND_ARG_OBJ_INFO(0, dictionary, EnchantDictionary, 0) 74 ZEND_ARG_OBJ_INFO(0, dictionary, EnchantDictionary, 0) 87 ZEND_ARG_OBJ_INFO(0, dictionary, EnchantDictionary, 0) 93 ZEND_ARG_OBJ_INFO(0, dictionary, EnchantDictionary, 0) 97 ZEND_ARG_OBJ_INFO(0, dictionary, EnchantDictionary, 0)
|
/PHP-8.2/ext/zlib/tests/ |
H A D | dictionary_usage.phpt | 2 Test dictionary usage on zlib methods 10 $r = deflate_init(ZLIB_ENCODING_DEFLATE, ["dictionary" => $dict]); 14 $r = deflate_init(ZLIB_ENCODING_DEFLATE, ["dictionary" => implode("\0", $dict)."\0"]); 18 $r = inflate_init(ZLIB_ENCODING_DEFLATE, ["dictionary" => $dict]); 21 $r = inflate_init(ZLIB_ENCODING_DEFLATE, ["dictionary" => ["8"] + range("a", "z")]); 30 Warning: inflate_add(): Dictionary does not match expected dictionary (incorrect adler32 hash) in %…
|
H A D | gh16326.phpt | 8 deflate_init(ZLIB_ENCODING_DEFLATE, ["dictionary" => [" ", ""]]); 13 deflate_init(ZLIB_ENCODING_DEFLATE, ["dictionary" => ["hello", "wor\0ld"]]); 18 deflate_init(ZLIB_ENCODING_DEFLATE, ["dictionary" => [" ", new stdClass]]);
|
H A D | bug73944.phpt | 8 $in = inflate_init(ZLIB_ENCODING_RAW, array('dictionary' => str_repeat("\00", 32768))); 12 $in = inflate_init(ZLIB_ENCODING_RAW, array('dictionary' => $a));
|
/PHP-8.2/ext/pspell/ |
H A D | pspell.stub.php | 54 function pspell_check(PSpell\Dictionary $dictionary, string $word): bool {} argument 60 function pspell_suggest(PSpell\Dictionary $dictionary, string $word): array|false {} argument 61 …function pspell_store_replacement(PSpell\Dictionary $dictionary, string $misspelled, string $corre… argument 62 function pspell_add_to_personal(PSpell\Dictionary $dictionary, string $word): bool {} argument 63 function pspell_add_to_session(PSpell\Dictionary $dictionary, string $word): bool {} argument 64 function pspell_clear_session(PSpell\Dictionary $dictionary): bool {} argument 65 function pspell_save_wordlist(PSpell\Dictionary $dictionary): bool {} argument
|
H A D | pspell_arginfo.h | 26 ZEND_ARG_OBJ_INFO(0, dictionary, PSpell\\Dictionary, 0) 31 ZEND_ARG_OBJ_INFO(0, dictionary, PSpell\\Dictionary, 0) 36 ZEND_ARG_OBJ_INFO(0, dictionary, PSpell\\Dictionary, 0) 46 ZEND_ARG_OBJ_INFO(0, dictionary, PSpell\\Dictionary, 0)
|
/PHP-8.2/sapi/fuzzer/ |
H A D | json.dict | 2 # AFL dictionary for JSON 7 # Inspired by a dictionary by Jakub Wilk <jwilk@jwilk.net>
|
/PHP-8.2/ext/pspell/tests/ |
H A D | 003.phpt | 7 if (!@pspell_new('en')) die('skip English dictionary is not available'); 37 Warning: pspell_new_config(): PSPELL couldn't open the dictionary. reason: The encoding "b0rked" is… 38 pspell_check(): Argument #1 ($dictionary) must be of type PSpell\Dictionary, bool given
|
H A D | 005.phpt | 7 if (!@pspell_new('en')) die('skip English dictionary is not available'); 38 Warning: pspell_new_personal(): PSPELL couldn't open the dictionary. reason: The file "%s005.php" i…
|
H A D | 004.phpt | 7 if (!@pspell_new('en')) die('skip English dictionary is not available');
|
H A D | 002.phpt | 7 if (!@pspell_new('en')) die('skip English dictionary is not available');
|
/PHP-8.2/ext/enchant/tests/ |
H A D | dict_quick_check.phpt | 11 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe… 16 die('skip, no dictionary for ' . $tag . ' tag');
|
H A D | broker_dict_exists.phpt | 10 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
|
H A D | broker_request_dict_01.phpt | 10 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
|
H A D | broker_set_ordering.phpt | 10 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
|
H A D | broker_request_dict.phpt | 10 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
|
H A D | dict_get_error.phpt | 10 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
|
H A D | dict_describe.phpt | 10 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
|
H A D | dict_quick_check_01.phpt | 10 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
|
H A D | dict_add_to_personal.phpt | 10 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
|
/PHP-8.2/ext/fileinfo/tests/upstream/ |
H A D | zstd-dictionary-0.result | 1 Zstandard dictionary (ID 0)
|
H A D | zstd-dictionary-1.result | 1 Zstandard dictionary (ID 1)
|
H A D | zstd-dictionary-2.result | 1 Zstandard dictionary (ID 285212672)
|
/PHP-8.2/ext/ldap/tests/ |
H A D | gh16136.phpt | 2 Bug GH-16136: Memory leak in php_ldap_do_modify() when entry is not a proper dictionary
|