/PHP-8.0/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 | bug79299.phpt | 9 $dict = new COM("Scripting.Dictionary"); 11 com_print_typeinfo($dict);
|
H A D | bug45280.phpt | 9 $dict = new COM("Scripting.Dictionary"); 11 $reflection = new ReflectionObject($dict);
|
/PHP-8.0/ext/enchant/ |
H A D | enchant.c | 180 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 D | generate_unserialize_dict.php | 3 $dict = ""; variable 6 $dict .= "\"$len:\\\"$class\\\"\"\n"; 9 file_put_contents(__DIR__ . "/dict/unserialize", $dict);
|
H A D | README.md | 43 sapi/fuzzer/php-fuzz-unserialize -dict=$PWD/sapi/fuzzer/dict/unserialize ./my-unserialize-corpus
|
/PHP-8.0/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-8.0/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 | broker_request_dict_01.phpt | 17 $dict = enchant_broker_request_dict($broker, $dicts[0]['lang_tag']); 18 if (is_object($dict)) {
|
H A D | broker_request_dict.phpt | 18 $dict = enchant_broker_request_dict($broker, $dicts[0]['lang_tag']); 20 if (is_object($dict)) {
|
H A D | enchant_broker_set_dict_path.phpt | 37 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 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 | 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_store_replacement.phpt | 29 echo("dict add to personal 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_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_get_error.phpt | 23 echo("broker request dict failed\n");
|
/PHP-8.0/.github/scripts/windows/ |
H A D | test_task.bat | 84 …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 D | zlib.c | 799 *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 D | check_win_config.phpt | 51 Protocols => dict, file, ftp, ftps, gopher, %r(gophers, )?%rhttp, https, imap, imaps, ldap, ldaps, …
|