/php-src/ext/com_dotnet/tests/ |
H A D | bug34272.phpt | 10 $dict = new COM("Scripting.Dictionary"); 11 $dict->add('foo', array()); 12 print sizeof($dict['foo'])."\n"; 13 $dict->add('bar', array(23)); 14 print sizeof($dict['bar'])." \n";
|
H A D | bug79299.phpt | 7 $dict = new COM("Scripting.Dictionary"); 9 com_print_typeinfo($dict);
|
H A D | lookup_error.phpt | 7 $dict = new COM("Scripting.Dictionary"); 9 $dict->unknownProperty;
|
H A D | bug45280.phpt | 7 $dict = new COM("Scripting.Dictionary"); 9 $reflection = new ReflectionObject($dict);
|
/php-src/ext/enchant/ |
H A D | enchant.c | 181 dict->pdict = NULL; in php_enchant_dict_free() 438 enchant_dict *dict; in PHP_FUNCTION() local 505 zval *dict; in PHP_FUNCTION() local 640 zval *dict; in PHP_FUNCTION() local 658 zval *dict; in PHP_FUNCTION() local 688 zval *dict; in PHP_FUNCTION() local 706 zval *dict; in PHP_FUNCTION() local 724 zval *dict; in PHP_FUNCTION() local 745 zval *dict; in PHP_FUNCTION() local 764 zval *dict; in PHP_FUNCTION() local [all …]
|
/php-src/sapi/fuzzer/ |
H A D | generate_mbstring_dict.php | 8 $dict = ""; variable 10 $dict .= "\"" . $encoding . ",\"\n"; 12 file_put_contents(__DIR__ . "/dict/mbstring", $dict);
|
H A D | generate_unserialize_dict.php | 3 $dict = ""; variable 6 $dict .= "\"$len:\\\"" . addslashes($class) . "\\\"\"\n"; 9 file_put_contents(__DIR__ . "/dict/unserialize", $dict);
|
/php-src/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-src/ext/enchant/tests/ |
H A D | broker_free_dict.phpt | 2 enchant_broker_free_dict(resource $dict); function 32 echo("dict broker free has failed\n"); 36 echo("dict add to personal failed\n"); 40 echo("broker request dict failed\n");
|
H A D | broker_free_02.phpt | 41 echo("broker dict free failed\n"); 44 echo("dict add to personal failed\n"); 47 echo("broker request dict failed\n");
|
H A D | broker_request_dict_01.phpt | 18 $dict = enchant_broker_request_dict($broker, $dicts[0]['lang_tag']); 19 if (is_object($dict)) {
|
H A D | broker_request_dict.phpt | 19 $dict = enchant_broker_request_dict($broker, $dicts[0]['lang_tag']); 21 if (is_object($dict)) {
|
H A D | enchant_broker_set_dict_path.phpt | 38 echo("broker get dict path has failed \n"); 42 echo("broker set dict path {$backEndDictType2} has failed \n"); 45 echo("broker set dict path {$backEndDictType1} has failed \n");
|
H A D | dict_describe.phpt | 29 echo("broker request dict failed\n"); 32 echo("broker request dict failed\n");
|
H A D | dict_quick_check_01.phpt | 28 echo("dict quick check failed\n"); 31 echo("broker request dict failed\n");
|
H A D | broker_request_pwl_dict.phpt | 27 echo("broker dict describe is not a resource failed\n"); 30 echo("dict broker request pwl has failed\n");
|
H A D | dict_add_to_personal.phpt | 30 echo("dict add to personal failed\n"); 34 echo("broker request dict failed\n");
|
H A D | dict_add_to_session.phpt | 29 echo("dict add to session failed\n"); 34 echo("broker request dict failed\n");
|
H A D | dict_check.phpt | 30 echo("dict check new word failed\n"); 34 echo("broker request dict failed\n");
|
H A D | dict_suggest.phpt | 29 echo("dict suggest failed\n"); 33 echo("broker request dict failed\n");
|
H A D | dict_is_in_session.phpt | 29 echo("dict add to personal failed\n"); 32 echo("broker request dict failed\n");
|
H A D | dict_store_replacement.phpt | 30 echo("dict add to personal failed\n"); 33 echo("broker request dict failed\n");
|
/php-src/ext/dom/ |
H A D | inner_outer_html_mixin.c | 287 xmlDictFree(parser->dict); in dom_xml_fragment_parsing_algorithm() 288 if (context_node->doc->dict == NULL) { in dom_xml_fragment_parsing_algorithm() 289 context_node->doc->dict = xmlDictCreate(); in dom_xml_fragment_parsing_algorithm() 290 xmlDictSetLimit(context_node->doc->dict, XML_MAX_DICTIONARY_LIMIT); in dom_xml_fragment_parsing_algorithm() 292 parser->dict = context_node->doc->dict; in dom_xml_fragment_parsing_algorithm() 305 parser->dict = NULL; in dom_xml_fragment_parsing_algorithm() 316 doc->dict = NULL; in dom_xml_fragment_parsing_algorithm()
|
/php-src/ext/zlib/ |
H A D | zlib.c | 796 *dict = emalloc(ZSTR_LEN(str)); in zlib_create_dictionary_string() 797 memcpy(*dict, ZSTR_VAL(str), ZSTR_LEN(str)); in zlib_create_dictionary_string() 833 *dict = dictptr; in zlib_create_dictionary_string() 842 efree(*dict); in zlib_create_dictionary_string() 843 *dict = NULL; in zlib_create_dictionary_string() 863 char *dict = NULL; in PHP_FUNCTION() local 880 if (!zlib_create_dictionary_string(options, &dict, &dictlen)) { in PHP_FUNCTION() 899 ctx->inflateDict = dict; in PHP_FUNCTION() 1081 char *dict = NULL; in PHP_FUNCTION() local 1161 if (dict) { in PHP_FUNCTION() [all …]
|
/php-src/ext/libxml/ |
H A D | libxml.c | 217 xmlDictPtr dict = entity->doc != NULL ? entity->doc->dict : NULL; in php_libxml_node_free() local 218 if (dict == NULL || !xmlDictOwns(dict, entity->name)) { in php_libxml_node_free() 221 if (dict == NULL || !xmlDictOwns(dict, entity->ExternalID)) { in php_libxml_node_free() 224 if (dict == NULL || !xmlDictOwns(dict, entity->SystemID)) { in php_libxml_node_free() 227 if (dict == NULL || !xmlDictOwns(dict, entity->URI)) { in php_libxml_node_free() 230 if (dict == NULL || !xmlDictOwns(dict, entity->content)) { in php_libxml_node_free() 233 if (dict == NULL || !xmlDictOwns(dict, entity->orig)) { in php_libxml_node_free()
|