Home
last modified time | relevance | path

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

12345

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_out.h37 PHPDBG_API int phpdbg_print(int severity, int fd, const char *tag, const char *xmlfmt, const char *…
43 #define phpdbg_error(tag, xmlfmt, strfmt, ...) phpdbg_print(P_ERROR , PHPDBG_G(io)[PH… argument
44 #define phpdbg_notice(tag, xmlfmt, strfmt, ...) phpdbg_print(P_NOTICE , PHPDBG_G(io)[PH… argument
45 #define phpdbg_writeln(tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITELN, PHPDBG_G(io)[PH… argument
46 #define phpdbg_write(tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITE , PHPDBG_G(io)[PH… argument
52 #define phpdbg_error_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_ERROR , out, tag, xmlf… argument
53 #define phpdbg_notice_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_NOTICE , out, tag, xmlf… argument
54 #define phpdbg_writeln_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITELN, out, tag, xmlf… argument
55 #define phpdbg_write_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITE , out, tag, xmlf… argument
78 PHPDBG_API int phpdbg_output_err_buf(const char *tag, const char *xmlfmt, const char *strfmt, ...);
H A Dphpdbg_out.c952 static int phpdbg_process_print(int fd, int type, const char *tag, const char *msg, int msglen, con… in phpdbg_process_print() argument
1071 …xmloutlen = phpdbg_asprintf(&xmlout, "<%s severity=\"%s\" %.*s msgout=\"%.*s\" />", tag, severity,… in phpdbg_process_print()
1075 …xmloutlen = phpdbg_asprintf(&xmlout, "<%s severity=\"%s\" %.*s msgout=\"\" />", tag, severity, xml… in phpdbg_process_print()
1098 PHPDBG_API int phpdbg_vprint(int type, int fd, const char *tag, const char *xmlfmt, const char *str… in phpdbg_vprint() argument
1125 PHPDBG_G(err_buf).tag = estrdup(tag); in phpdbg_vprint()
1136 len = phpdbg_process_print(fd, type, tag, msg, msglen, xml, xmllen); in phpdbg_vprint()
1156 efree(PHPDBG_G(err_buf).tag); in phpdbg_free_err_buf()
1167 PHPDBG_API int phpdbg_output_err_buf(const char *tag, const char *xmlfmt, const char *strfmt, ...) { in phpdbg_output_err_buf() argument
1179 …phpdbg_vprint(PHPDBG_G(err_buf).type, PHPDBG_G(err_buf).fd, tag ? tag : PHPDBG_G(err_buf).tag, xml… in phpdbg_output_err_buf()
1188 PHPDBG_API int phpdbg_print(int type, int fd, const char *tag, const char *xmlfmt, const char *strf… in phpdbg_print() argument
[all …]
/PHP-7.0/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-7.0/ext/enchant/tests/
H A Ddict_quick_check.phpt11 $tag = 'en_US';
13 if (!enchant_broker_dict_exists($r, $tag))
14 die('skip, no dictionary for ' . $tag . ' tag');
19 $tag = 'en_US';
22 $d = enchant_broker_request_dict($r, $tag);
/PHP-7.0/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 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 Dbug50576.phpt66 [tag] => LISTOFAWARDS
80 [tag] => COUNT
89 [tag] => TOTAL
97 [tag] => COUNT
106 [tag] => COUNT
113 [tag] => LISTOFAWARDS
122 [tag] => LISTOFAWARDS
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-7.0/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-7.0/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-7.0/ext/dom/tests/
H A Dbug74004.phpt9 $doc->loadHTML("<tag-throw></tag-throw>",LIBXML_NOERROR);
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-7.0/ext/xmlwriter/tests/
H A D010.phpt14 var_dump(xmlwriter_start_element($xw, "tag"));
44 string(14) "<tag attr=""/>"
/PHP-7.0/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-7.0/ext/xml/
H A Dxml.c711 str = xml_utf8_decode((const XML_Char *)tag, strlen(tag), parser->target_encoding); in _xml_decode_tag()
759 zval tag, atr; in _xml_startElementHandler() local
762 array_init(&tag); in _xml_startElementHandler()
768 add_assoc_string(&tag, "type", "open"); in _xml_startElementHandler()
769 add_assoc_long(&tag, "level", parser->level); in _xml_startElementHandler()
828 zval tag; in _xml_endElementHandler() local
833 array_init(&tag); in _xml_endElementHandler()
838 add_assoc_string(&tag, "type", "close"); in _xml_endElementHandler()
909 zval tag; in _xml_characterDataHandler() local
929 array_init(&tag); in _xml_characterDataHandler()
[all …]
/PHP-7.0/Zend/tests/
H A Dns_082.phpt2 082: bracketed namespace with closing tag
/PHP-7.0/ext/standard/
H A Durl_scanner_ex.c312 switch (ZSTR_LEN(ctx->tag.s)) { in handle_form()
314 if (!strncasecmp(ZSTR_VAL(ctx->tag.s), "form", sizeof("form") - 1)) { in handle_form()
332 if (!strncasecmp(ZSTR_VAL(ctx->tag.s), "fieldset", sizeof("fieldset") - 1)) { in handle_form()
355 if (ctx->tag.s) { in handle_tag()
356 ZSTR_LEN(ctx->tag.s) = 0; in handle_tag()
358 smart_str_appendl(&ctx->tag, start, YYCURSOR - start); in handle_tag()
359 for (i = 0; i < ZSTR_LEN(ctx->tag.s); i++) in handle_tag()
360 ZSTR_VAL(ctx->tag.s)[i] = tolower((int)(unsigned char)ZSTR_VAL(ctx->tag.s)[i]); in handle_tag()
362 …if ((ctx->lookup_data = zend_hash_str_find_ptr(ctx->tags, ZSTR_VAL(ctx->tag.s), ZSTR_LEN(ctx->tag.… in handle_tag()
973 smart_str_free(&ctx->tag); in php_url_scanner_ex_deactivate()
H A Durl_scanner_ex.re247 switch (ZSTR_LEN(ctx->tag.s)) {
249 if (!strncasecmp(ZSTR_VAL(ctx->tag.s), "form", sizeof("form") - 1)) {
280 * have that tag in our table. If we might modify it,
281 * we continue to scan the tag, otherwise we simply copy the complete
290 if (ctx->tag.s) {
291 ZSTR_LEN(ctx->tag.s) = 0;
293 smart_str_appendl(&ctx->tag, start, YYCURSOR - start);
294 for (i = 0; i < ZSTR_LEN(ctx->tag.s); i++)
295 ZSTR_VAL(ctx->tag.s)[i] = tolower((int)(unsigned char)ZSTR_VAL(ctx->tag.s)[i]);
297 …if ((ctx->lookup_data = zend_hash_str_find_ptr(ctx->tags, ZSTR_VAL(ctx->tag.s), ZSTR_LEN(ctx->tag.…
[all …]

Completed in 70 milliseconds

12345