Home
last modified time | relevance | path

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

/PHP-8.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 Dbug79299.phpt9 $dict = new COM("Scripting.Dictionary");
11 com_print_typeinfo($dict);
H A Dbug45280.phpt9 $dict = new COM("Scripting.Dictionary");
11 $reflection = new ReflectionObject($dict);
/PHP-8.0/ext/enchant/
H A Denchant.c180 dict->pdict = NULL; in php_enchant_dict_free()
448 enchant_dict *dict; in PHP_FUNCTION() local
515 zval *dict; in PHP_FUNCTION() local
650 zval *dict; in PHP_FUNCTION() local
668 zval *dict; in PHP_FUNCTION() local
698 zval *dict; in PHP_FUNCTION() local
716 zval *dict; in PHP_FUNCTION() local
734 zval *dict; in PHP_FUNCTION() local
755 zval *dict; in PHP_FUNCTION() local
774 zval *dict; in PHP_FUNCTION() local
[all …]
/PHP-8.0/sapi/fuzzer/
H A Dgenerate_unserialize_dict.php3 $dict = ""; variable
6 $dict .= "\"$len:\\\"$class\\\"\"\n";
9 file_put_contents(__DIR__ . "/dict/unserialize", $dict);
H A DREADME.md43 sapi/fuzzer/php-fuzz-unserialize -dict=$PWD/sapi/fuzzer/dict/unserialize ./my-unserialize-corpus
/PHP-8.0/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-8.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 Dbroker_request_dict_01.phpt17 $dict = enchant_broker_request_dict($broker, $dicts[0]['lang_tag']);
18 if (is_object($dict)) {
H A Dbroker_request_dict.phpt18 $dict = enchant_broker_request_dict($broker, $dicts[0]['lang_tag']);
20 if (is_object($dict)) {
H A Denchant_broker_set_dict_path.phpt37 echo("broker get dict path has failed \n");
41 echo("broker set dict path {$backEndDictType2} has failed \n");
44 echo("broker set dict path {$backEndDictType1} has failed \n");
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 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_store_replacement.phpt29 echo("dict add to personal 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_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_get_error.phpt23 echo("broker request dict failed\n");
/PHP-8.0/.github/scripts/windows/
H A Dtest_task.bat84 …l -Command wget http://windows.php.net/downloads/qa/appveyor/ext/enchant/dict.zip -OutFile dict.zip
85 unzip dict.zip
86 del /q dict.zip
/PHP-8.0/ext/zlib/
H A Dzlib.c799 *dict = emalloc(ZSTR_LEN(str)); in zlib_create_dictionary_string()
800 memcpy(*dict, ZSTR_VAL(str), ZSTR_LEN(str)); in zlib_create_dictionary_string()
844 dictptr = *dict = emalloc(*dictlen); in zlib_create_dictionary_string()
871 char *dict = NULL; in PHP_FUNCTION() local
888 if (!zlib_create_dictionary_string(options, &dict, &dictlen)) { in PHP_FUNCTION()
907 ctx->inflateDict = dict; in PHP_FUNCTION()
1088 char *dict = NULL; in PHP_FUNCTION() local
1136 if (!zlib_create_dictionary_string(options, &dict, &dictlen)) { in PHP_FUNCTION()
1168 if (dict) { in PHP_FUNCTION()
1169 int success = deflateSetDictionary(&ctx->Z, (Bytef *) dict, dictlen); in PHP_FUNCTION()
[all …]
/PHP-8.0/ext/curl/tests/
H A Dcheck_win_config.phpt51 Protocols => dict, file, ftp, ftps, gopher, %r(gophers, )?%rhttp, https, imap, imaps, ldap, ldaps, …

Completed in 116 milliseconds