Home
last modified time | relevance | path

Searched refs:tag (Results 26 – 50 of 130) sorted by relevance

123456

/PHP-7.3/ext/xml/tests/
H A Dbug30266.phpt33 function startHandler($XmlParser, $tag, $attr)
39 function endHandler($XmlParser, $tag)
H A Dbug26528.phpt19 ["tag"]=>
H A Dbug30875.phpt27 ["tag"]=>
/PHP-7.3/ext/dom/tests/
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.3/ext/mbstring/oniguruma/doc/
H A DCALLOUTS.BUILTIN34 If 'n' type is tag, slot 0 value of the tag are used.
86 If x and y types are tag, slot 0 value of the tag are used.
H A DCALLOUTS.API238 Allowed tag string characters: _ A-Z a-z 0-9 (* first character: _ A-Z a-z)
243 Returns 1 if tag is assigned for the callout, else returns 0.
246 # int onig_get_callout_num_by_tag(OnigRegex reg, const OnigUChar* tag, const OnigUChar* tag_end)
248 Returns the callout number for the tag.
253 Returns the start address of tag string for the callout.
259 Returns the end address of tag string for the callout.
331 # int onig_get_callout_data_by_tag(OnigRegex reg, OnigMatchParam* mp, const OnigUChar* tag, const O…
333 Returns the callout data value/type for a callout slot indicated by tag/slot.
348 # int onig_set_callout_data_by_tag(OnigRegex reg, OnigMatchParam* mp, const OnigUChar* tag, const O…
350 Set the callout data value/type for a callout slot indicated by tag/slot.
/PHP-7.3/ext/xmlwriter/tests/
H A D010.phpt14 var_dump(xmlwriter_start_element($xw, "tag"));
44 string(14) "<tag attr=""/>"
/PHP-7.3/ext/phar/
H A Dpharzip.h134 char tag[2]; member
139 char tag[2]; /* 0x756e Short tag for this extra block type ("nu") */ member
/PHP-7.3/ext/exif/tests/
H A Dbug78910.phpt10 Notice: exif_read_data(): Read from TIFF: tag(0x927C, MakerNote ): Illegal format code 0x2020, swi…
12 Warning: exif_read_data(): Process tag(x927C=MakerNote ): Illegal format code 0x2020, suppose BYTE…
H A Dtemporary_buffer_leak.phpt2 OSS-Fuzz: Temporary buffer leak in tag reading
/PHP-7.3/Zend/tests/
H A Dns_082.phpt2 082: bracketed namespace with closing tag
/PHP-7.3/ext/xml/
H A Dxml.c697 str = xml_utf8_decode((const XML_Char *)tag, strlen(tag), parser->target_encoding); in _xml_decode_tag()
745 zval tag, atr; in _xml_startElementHandler() local
748 array_init(&tag); in _xml_startElementHandler()
754 add_assoc_string(&tag, "type", "open"); in _xml_startElementHandler()
755 add_assoc_long(&tag, "level", parser->level); in _xml_startElementHandler()
813 zval tag; in _xml_endElementHandler() local
818 array_init(&tag); in _xml_endElementHandler()
823 add_assoc_string(&tag, "type", "close"); in _xml_endElementHandler()
894 zval tag; in _xml_characterDataHandler() local
914 array_init(&tag); in _xml_characterDataHandler()
[all …]
/PHP-7.3/ext/standard/tests/strings/
H A Dbug78814.phpt2 Bug #78814 (strip_tags allows / in tag name => whitelist bypass)
H A Dstrip_tags_variation9.phpt21 "<a>This is a hyper text tag</a>",
47 string(31) "<a>This is a hyper text tag</a>"
H A Dstrip_tags_variation10.phpt22 '<a>This is a hyper text tag</a>',
48 string(31) "<a>This is a hyper text tag</a>"
/PHP-7.3/ext/wddx/tests/
H A Dbug74145.phpt2 Bug #74145 (wddx parsing empty boolean tag leads to SIGSEGV)
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_out.c951 static int phpdbg_process_print(int fd, int type, const char *tag, const char *msg, int msglen, con… in phpdbg_process_print() argument
1070 …xmloutlen = phpdbg_asprintf(&xmlout, "<%s severity=\"%s\" %.*s msgout=\"%.*s\" />", tag, severity,… in phpdbg_process_print()
1074 …xmloutlen = phpdbg_asprintf(&xmlout, "<%s severity=\"%s\" %.*s msgout=\"\" />", tag, severity, xml… in phpdbg_process_print()
1097 PHPDBG_API int phpdbg_vprint(int type, int fd, const char *tag, const char *xmlfmt, const char *str… in phpdbg_vprint() argument
1124 PHPDBG_G(err_buf).tag = estrdup(tag); in phpdbg_vprint()
1135 len = phpdbg_process_print(fd, type, tag, msg, msglen, xml, xmllen); in phpdbg_vprint()
1155 efree(PHPDBG_G(err_buf).tag); in phpdbg_free_err_buf()
1166 PHPDBG_API int phpdbg_output_err_buf(const char *tag, const char *xmlfmt, const char *strfmt, ...) { in phpdbg_output_err_buf() argument
1178 …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()
1187 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.3/ext/exif/
H A Dexif.c1745 WORD tag; member
1889 int tag; member
2067 info_data->tag = tag; in exif_iif_add_value()
2213 info_data->tag = TAG_NONE; in exif_iif_add_int()
2739 zend_long tag; in PHP_FUNCTION() local
2891 if (info_data->tag==TAG_STRIP_OFFSETS || info_data->tag==TAG_JPEG_INTERCHANGE_FORMAT) { in exif_thumbnail_build()
3099 xp_field->tag = tag; in exif_process_unicode()
3361 switch(tag) { in exif_process_IFD_TAG_impl()
3398 switch(tag) { in exif_process_IFD_TAG_impl()
3539 switch(tag) { in exif_process_IFD_TAG_impl()
[all …]
/PHP-7.3/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-7.3/ext/tokenizer/tests/
H A Dtoken_get_all_variation14.phpt29 // with invalid open tag for testing entire source to be unknown token
30 echo "-- with invlalid PHP open tag & valid tokens --\n";
257 -- with invlalid PHP open tag & valid tokens --
H A Dbug76437.phpt2 Bug #76437 (token_get_all with TOKEN_PARSE flag fails to recognise close tag)
/PHP-7.3/ext/enchant/
H A Denchant.c83 ZEND_ARG_INFO(0, tag)
97 ZEND_ARG_INFO(0, tag)
535 char *tag; in PHP_FUNCTION() local
539 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs", &broker, &tag, &taglen) == FAILURE) { in PHP_FUNCTION()
550 d = enchant_broker_request_dict(pbroker->pbroker, (const char *)tag); in PHP_FUNCTION()
645 char *tag; in PHP_FUNCTION() local
649 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs", &broker, &tag, &taglen) == FAILURE) { in PHP_FUNCTION()
655 RETURN_BOOL(enchant_broker_dict_exists(pbroker->pbroker, tag)); in PHP_FUNCTION()
/PHP-7.3/ext/standard/
H A Durl_scanner_ex.c426 switch (ZSTR_LEN(ctx->tag.s)) { in handle_form()
428 if (!strncasecmp(ZSTR_VAL(ctx->tag.s), "form", ZSTR_LEN(ctx->tag.s)) in handle_form()
453 if (ctx->tag.s) { in handle_tag()
454 ZSTR_LEN(ctx->tag.s) = 0; in handle_tag()
456 smart_str_appendl(&ctx->tag, start, YYCURSOR - start); in handle_tag()
457 for (i = 0; i < ZSTR_LEN(ctx->tag.s); i++) in handle_tag()
458 ZSTR_VAL(ctx->tag.s)[i] = tolower((int)(unsigned char)ZSTR_VAL(ctx->tag.s)[i]); in handle_tag()
460 …if ((ctx->lookup_data = zend_hash_str_find_ptr(ctx->tags, ZSTR_VAL(ctx->tag.s), ZSTR_LEN(ctx->tag.… in handle_tag()
462 if (ZSTR_LEN(ctx->tag.s) == sizeof("form")-1 in handle_tag()
463 && !strncasecmp(ZSTR_VAL(ctx->tag.s), "form", ZSTR_LEN(ctx->tag.s))) { in handle_tag()
[all …]
H A Durl_scanner_ex.re429 switch (ZSTR_LEN(ctx->tag.s)) {
431 if (!strncasecmp(ZSTR_VAL(ctx->tag.s), "form", ZSTR_LEN(ctx->tag.s))
446 * have that tag in our table. If we might modify it,
456 if (ctx->tag.s) {
457 ZSTR_LEN(ctx->tag.s) = 0;
460 for (i = 0; i < ZSTR_LEN(ctx->tag.s); i++)
461 ZSTR_VAL(ctx->tag.s)[i] = tolower((int)(unsigned char)ZSTR_VAL(ctx->tag.s)[i]);
463 …if ((ctx->lookup_data = zend_hash_str_find_ptr(ctx->tags, ZSTR_VAL(ctx->tag.s), ZSTR_LEN(ctx->tag.…
465 if (ZSTR_LEN(ctx->tag.s) == sizeof("form")-1
466 && !strncasecmp(ZSTR_VAL(ctx->tag.s), "form", ZSTR_LEN(ctx->tag.s))) {
[all …]

Completed in 60 milliseconds

123456