Home
last modified time | relevance | path

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

12345

/PHP-5.6/ext/exif/tests/
H A Dbug76557.phpt11 Warning: exif_read_data(bug76557.jpg): Process tag(x010F=Make ): Illegal format code 0x3030, …
13 Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, …
15 Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, …
17 Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, …
19 Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, …
21 Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, …
23 Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, …
25 Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, …
27 Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, …
29 Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, …
[all …]
H A Dbug72094.phpt14 Warning: exif_read_data(bug72094_1.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030…
16 Warning: exif_read_data(bug72094_1.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030…
18 Warning: exif_read_data(bug72094_1.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030…
20 Warning: exif_read_data(bug72094_1.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030…
22 Warning: exif_read_data(bug72094_1.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030…
24 Warning: exif_read_data(bug72094_1.jpg): Process tag(x8298=Copyright ): Illegal format code 0x3030…
38 Warning: exif_read_data(bug72094_3.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030…
40 Warning: exif_read_data(bug72094_3.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030…
42 Warning: exif_read_data(bug72094_3.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030…
44 Warning: exif_read_data(bug72094_3.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030…
[all …]
H A Dbug54002.phpt2 Bug #54002 (crash on crafted tag)
14 Warning: exif_read_data(bug54002_1.jpeg): Process tag(x0205=UndefinedTa): Illegal byte_count in %sb…
16 Warning: exif_read_data(bug54002_2.jpeg): Process tag(x0205=UndefinedTa): Illegal byte_count in %sb…
/PHP-5.6/ext/enchant/tests/
H A Ddict_quick_check.phpt7 $tag = 'en_US';
9 if (!enchant_broker_dict_exists($r, $tag))
10 die('skip, no dictionary for ' . $tag . ' tag');
15 $tag = 'en_US';
18 $d = enchant_broker_request_dict($r, $tag);
/PHP-5.6/ext/xml/tests/
H A Dxml_parse_into_struct_variation.phpt63 [tag] => MAIN
70 [tag] => PARA
77 [tag] => NOTE
85 [tag] => PARA
92 [tag] => PARA
99 [tag] => NOTE
107 [tag] => PARA
114 [tag] => MAIN
H A Dbug50576.phpt66 [tag] => LISTOFAWARDS
80 [tag] => COUNT
89 [tag] => TOTAL
97 [tag] => COUNT
106 [tag] => COUNT
113 [tag] => LISTOFAWARDS
122 [tag] => LISTOFAWARDS
H A Dxml007.phpt13 function startHandler($parser,$tag,$attr)
15 var_dump($tag,$attr);
18 function endHandler($parser,$tag)
20 var_dump($tag);
39 ["tag"]=>
H A Dxml011.phpt39 [tag] => TEXT
47 [tag] => B
54 [tag] => TEXT
62 [tag] => TEXT
H A Dbug30266.phpt33 function startHandler($XmlParser, $tag, $attr)
39 function endHandler($XmlParser, $tag)
/PHP-5.6/ext/enchant/docs/examples/
H A Dexample1.php2 $tag = 'en_US'; variable
9 if (enchant_broker_dict_exists($r,$tag)) {
10 $d = enchant_broker_request_dict($r, $tag);
12 echo "dictionary $tag provides:\n";
/PHP-5.6/tests/lang/
H A Dshort_tags.001.phpt7 echo "Used a short tag\n";
11 Used a short tag
H A Dshort_tags.002.phpt7 echo "Used a short tag\n";
12 echo "Used a short tag\n";
/PHP-5.6/ext/dom/tests/
H A DDOMDocument_loadXML_error1.phpt4 This test verifies the method detects an opening and ending tag mismatch
22 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: title line 5 and book …
26 Warning: DOMDocument::load%r(XML){0,1}%r(): Premature end of data in tag books %s
H A DDOMDocument_load_error1.phpt4 This test verifies the method detects an opening and ending tag mismatch
22 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: title line 5 and book …
26 Warning: DOMDocument::load%r(XML){0,1}%r(): Premature end of data in tag books %s
H A DDOMDocument_loadXML_error3.phpt4 This test verifies the method detects a typo in tag names
22 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: boOk line 8 and book %s
H A DDOMDocument_load_error3.phpt4 This test verifies the method detects and opening and ending tag mismatch
22 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: boOk line 8 and book %s
/PHP-5.6/ext/xmlwriter/tests/
H A D010.phpt14 var_dump(xmlwriter_start_element($xw, "tag"));
44 string(14) "<tag attr=""/>"
/PHP-5.6/ext/xml/
H A Dxml.c765 newstr = xml_utf8_decode(tag, strlen(tag), &out_len, parser->target_encoding); in _xml_decode_tag()
814 zval *tag, *atr; in _xml_startElementHandler() local
817 MAKE_STD_ZVAL(tag); in _xml_startElementHandler()
820 array_init(tag); in _xml_startElementHandler()
826 add_assoc_string(tag,"type","open",1); in _xml_startElementHandler()
885 zval *tag; in _xml_endElementHandler() local
890 MAKE_STD_ZVAL(tag); in _xml_endElementHandler()
892 array_init(tag); in _xml_endElementHandler()
971 zval *tag; in _xml_characterDataHandler() local
993 MAKE_STD_ZVAL(tag); in _xml_characterDataHandler()
[all …]
/PHP-5.6/ext/phar/
H A Dpharzip.h136 char tag[2]; member
141 char tag[2]; /* 0x756e Short tag for this extra block type ("nu") */ member
/PHP-5.6/Zend/tests/
H A Dns_082.phpt2 082: bracketed namespace with closing tag
/PHP-5.6/ext/standard/
H A Durl_scanner_ex.c301 switch (ctx->tag.len) { in handle_form()
303 if (!strncasecmp(ctx->tag.c, "form", sizeof("form") - 1)) { in handle_form()
321 if (!strncasecmp(ctx->tag.c, "fieldset", sizeof("fieldset") - 1)) { in handle_form()
344 ctx->tag.len = 0; in handle_tag()
345 smart_str_appendl(&ctx->tag, start, YYCURSOR - start); in handle_tag()
346 for (i = 0; i < ctx->tag.len; i++) in handle_tag()
347 ctx->tag.c[i] = tolower((int)(unsigned char)ctx->tag.c[i]); in handle_tag()
348 if (zend_hash_find(ctx->tags, ctx->tag.c, ctx->tag.len, (void **) &ctx->lookup_data) == SUCCESS) in handle_tag()
1001 smart_str_free(&ctx->tag); in php_url_scanner_ex_deactivate()
H A Durl_scanner_ex.re237 switch (ctx->tag.len) {
239 if (!strncasecmp(ctx->tag.c, "form", sizeof("form") - 1)) {
257 if (!strncasecmp(ctx->tag.c, "fieldset", sizeof("fieldset") - 1)) {
270 * have that tag in our table. If we might modify it,
271 * we continue to scan the tag, otherwise we simply copy the complete
280 ctx->tag.len = 0;
281 smart_str_appendl(&ctx->tag, start, YYCURSOR - start);
282 for (i = 0; i < ctx->tag.len; i++)
283 ctx->tag.c[i] = tolower((int)(unsigned char)ctx->tag.c[i]);
284 if (zend_hash_find(ctx->tags, ctx->tag.c, ctx->tag.len, (void **) &ctx->lookup_data) == SUCCESS)
[all …]
/PHP-5.6/ext/exif/
H A Dexif.c1359 WORD tag; member
1503 int tag; member
1680 info_data->tag = tag; in exif_iif_add_value()
1813 info_data->tag = TAG_NONE; in exif_iif_add_int()
2344 long tag; in PHP_FUNCTION() local
2496 if (info_data->tag==TAG_STRIP_OFFSETS || info_data->tag==TAG_JPEG_INTERCHANGE_FORMAT) { in exif_thumbnail_build()
2706 xp_field->tag = tag; in exif_process_unicode()
2835 int tag, format, components; in exif_process_IFD_TAG() local
2949 switch(tag) { in exif_process_IFD_TAG()
2986 switch(tag) { in exif_process_IFD_TAG()
[all …]
/PHP-5.6/ext/libxml/tests/
H A D002.phpt66 Fatal Error 76: Opening and ending tag mismatch: titles line 4 and title
80 string(57) "Opening and ending tag mismatch: titles line 4 and title
/PHP-5.6/ext/wddx/tests/
H A Dbug74145.phpt2 Bug #74145 (wddx parsing empty boolean tag leads to SIGSEGV)

Completed in 69 milliseconds

12345