Home
last modified time | relevance | path

Searched refs:dict (Results 1 – 23 of 23) sorted by relevance

/PHP-7.4/ext/enchant/
H A Denchant.c564 pbroker->dict[pos] = dict; in PHP_FUNCTION()
611 pbroker->dict[pos] = dict; in PHP_FUNCTION()
626 zval *dict; in PHP_FUNCTION() local
755 zval *dict; in PHP_FUNCTION() local
774 zval *dict; in PHP_FUNCTION() local
805 zval *dict; in PHP_FUNCTION() local
824 zval *dict; in PHP_FUNCTION() local
843 zval *dict; in PHP_FUNCTION() local
865 zval *dict; in PHP_FUNCTION() local
885 zval *dict; in PHP_FUNCTION() local
[all …]
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug34272.phpt11 $dict = new COM("Scripting.Dictionary");
12 $dict->add('foo', array());
13 print sizeof($dict['foo'])."\n";
14 $dict->add('bar', array(23));
15 print sizeof($dict['bar'])." \n";
H A Dbug45280.phpt9 $dict = new COM("Scripting.Dictionary");
12 ReflectionObject::export($dict);
H A Dbug79299.phpt9 $dict = new COM("Scripting.Dictionary");
11 com_print_typeinfo($dict);
/PHP-7.4/ext/zlib/tests/
H A Ddictionary_usage.phpt8 $dict = range("a", "z");
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]);
/PHP-7.4/ext/enchant/tests/
H A Dbroker_free_dict.phpt2 enchant_broker_free_dict(resource $dict); function
31 echo("dict broker free has failed\n");
35 echo("dict add to personal failed\n");
39 echo("broker request dict failed\n");
H A Dbroker_free_02.phpt40 echo("broker dict free failed\n");
43 echo("dict add to personal failed\n");
46 echo("broker request dict failed\n");
H A Denchant_broker_set_dict_path.phpt36 echo("broker get dict path has failed \n");
40 echo("broker set dict path {$backEndDictType2} has failed \n");
43 echo("broker set dict path {$backEndDictType1} has failed \n");
H A Dbroker_request_dict_01.phpt17 $dict = enchant_broker_request_dict($broker, $dicts[0]['lang_tag']);
18 if (is_resource($dict)) {
H A Dbroker_request_dict.phpt18 $dict = enchant_broker_request_dict($broker, $dicts[0]['lang_tag']);
20 if (is_resource($dict)) {
H A Ddict_describe.phpt28 echo("broker request dict failed\n");
31 echo("broker request dict failed\n");
H A Ddict_quick_check_01.phpt27 echo("dict quick check failed\n");
30 echo("broker request dict failed\n");
H A Ddict_suggest.phpt28 echo("dict suggest failed\n");
32 echo("broker request dict failed\n");
H A Dbroker_request_pwl_dict.phpt26 echo("broker dict describe is not a resource failed\n");
29 echo("dict broker request pwl has failed\n");
H A Ddict_add_to_personal.phpt29 echo("dict add to personal failed\n");
33 echo("broker request dict failed\n");
H A Ddict_add_to_session.phpt28 echo("dict add to session failed\n");
33 echo("broker request dict failed\n");
H A Ddict_check.phpt29 echo("dict check new word failed\n");
33 echo("broker request dict failed\n");
H A Ddict_is_in_session.phpt28 echo("dict add to personal failed\n");
31 echo("broker request dict failed\n");
H A Ddict_store_replacement.phpt29 echo("dict add to personal failed\n");
32 echo("broker request dict failed\n");
H A Ddict_get_error.phpt23 echo("broker request dict failed\n");
/PHP-7.4/appveyor/
H A Dtest_task.bat86 …l -Command wget http://windows.php.net/downloads/qa/appveyor/ext/enchant/dict.zip -OutFile dict.zip
87 unzip dict.zip
88 del /q dict.zip
/PHP-7.4/ext/zlib/
H A Dzlib.c762 *dict = emalloc(ZSTR_LEN(str)); in zlib_create_dictionary_string()
763 memcpy(*dict, ZSTR_VAL(str), ZSTR_LEN(str)); in zlib_create_dictionary_string()
807 dictptr = *dict = emalloc(*dictlen); in zlib_create_dictionary_string()
835 char *dict = NULL; in PHP_FUNCTION() local
852 if (!zlib_create_dictionary_string(options, &dict, &dictlen)) { in PHP_FUNCTION()
869 ((php_zlib_context *) ctx)->inflateDict = dict; in PHP_FUNCTION()
1071 char *dict = NULL; in PHP_FUNCTION() local
1119 if (!zlib_create_dictionary_string(options, &dict, &dictlen)) { in PHP_FUNCTION()
1145 if (dict) { in PHP_FUNCTION()
1146 int success = deflateSetDictionary(ctx, (Bytef *) dict, dictlen); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/curl/tests/
H A Dcheck_win_config.phpt51 Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rts…

Completed in 33 milliseconds