/PHP-7.4/ext/enchant/ |
H A D | enchant.c | 564 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 D | bug34272.phpt | 11 $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 D | bug45280.phpt | 9 $dict = new COM("Scripting.Dictionary"); 12 ReflectionObject::export($dict);
|
H A D | bug79299.phpt | 9 $dict = new COM("Scripting.Dictionary"); 11 com_print_typeinfo($dict);
|
/PHP-7.4/ext/zlib/tests/ |
H A D | dictionary_usage.phpt | 8 $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 D | broker_free_dict.phpt | 2 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 D | broker_free_02.phpt | 40 echo("broker dict free failed\n"); 43 echo("dict add to personal failed\n"); 46 echo("broker request dict failed\n");
|
H A D | enchant_broker_set_dict_path.phpt | 36 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 D | broker_request_dict_01.phpt | 17 $dict = enchant_broker_request_dict($broker, $dicts[0]['lang_tag']); 18 if (is_resource($dict)) {
|
H A D | broker_request_dict.phpt | 18 $dict = enchant_broker_request_dict($broker, $dicts[0]['lang_tag']); 20 if (is_resource($dict)) {
|
H A D | dict_describe.phpt | 28 echo("broker request dict failed\n"); 31 echo("broker request dict failed\n");
|
H A D | dict_quick_check_01.phpt | 27 echo("dict quick check failed\n"); 30 echo("broker request dict failed\n");
|
H A D | dict_suggest.phpt | 28 echo("dict suggest failed\n"); 32 echo("broker request dict failed\n");
|
H A D | broker_request_pwl_dict.phpt | 26 echo("broker dict describe is not a resource failed\n"); 29 echo("dict broker request pwl has failed\n");
|
H A D | dict_add_to_personal.phpt | 29 echo("dict add to personal failed\n"); 33 echo("broker request dict failed\n");
|
H A D | dict_add_to_session.phpt | 28 echo("dict add to session failed\n"); 33 echo("broker request dict failed\n");
|
H A D | dict_check.phpt | 29 echo("dict check new word failed\n"); 33 echo("broker request dict failed\n");
|
H A D | dict_is_in_session.phpt | 28 echo("dict add to personal failed\n"); 31 echo("broker request dict failed\n");
|
H A D | dict_store_replacement.phpt | 29 echo("dict add to personal failed\n"); 32 echo("broker request dict failed\n");
|
H A D | dict_get_error.phpt | 23 echo("broker request dict failed\n");
|
/PHP-7.4/appveyor/ |
H A D | test_task.bat | 86 …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 D | zlib.c | 762 *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 D | check_win_config.phpt | 51 Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rts…
|