Home
last modified time | relevance | path

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

/PHP-7.0/ext/enchant/
H A Denchant.c567 pbroker->dict[pos] = dict; in PHP_FUNCTION()
618 pbroker->dict[pos] = dict;
633 zval *dict; local
762 zval *dict; local
781 zval *dict; local
814 zval *dict; local
833 zval *dict; local
852 zval *dict; local
874 zval *dict; local
894 zval *dict; local
[all …]
/PHP-7.0/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.phpt10 $dict = new COM("Scripting.Dictionary");
13 ReflectionObject::export($dict);
/PHP-7.0/ext/zlib/tests/
H A Ddictionary_usage.phpt6 $dict = range("a", "z");
8 $r = deflate_init(ZLIB_ENCODING_DEFLATE, ["dictionary" => $dict]);
12 $r = deflate_init(ZLIB_ENCODING_DEFLATE, ["dictionary" => implode("\0", $dict)."\0"]);
16 $r = inflate_init(ZLIB_ENCODING_DEFLATE, ["dictionary" => $dict]);
/PHP-7.0/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.0/appveyor/
H A Dtest_task.bat75 …l -Command wget http://windows.php.net/downloads/qa/appveyor/ext/enchant/dict.zip -OutFile dict.zip
76 unzip dict.zip
77 del /q dict.zip
/PHP-7.0/ext/zlib/
H A Dzlib.c764 *dict = emalloc(ZSTR_LEN(str)); in zlib_create_dictionary_string()
765 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()
1020 char *dict = NULL; in PHP_FUNCTION() local
1068 if (!zlib_create_dictionary_string(options, &dict, &dictlen)) { in PHP_FUNCTION()
1094 if (dict) { in PHP_FUNCTION()
1095 int success = deflateSetDictionary(ctx, (Bytef *) dict, dictlen); in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/curl/tests/
H A Dcheck_win_config.phpt48 Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, pop3, pop3s, rtsp, scp,…
/PHP-7.0/ext/dom/
H A Dcharacterdata.c218 ((nodep->doc != NULL) && (nodep->doc->dict != NULL) && in PHP_FUNCTION()
219 xmlDictOwns(nodep->doc->dict, nodep->content))) { in PHP_FUNCTION()

Completed in 30 milliseconds