Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/exif/tests/
H A Dtag_with_illegal_zero_components.phpt2 OSS-Fuzz #17163: Out-of-bounds read due to tag with zero components
16 Warning: exif_read_data(tag_with_illegal_zero_components.jpeg): Process tag(x0202=JPEGInterchangeFo…
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 i…
H A Dtemporary_buffer_leak.phpt2 OSS-Fuzz: Temporary buffer leak in tag reading
/PHP-7.4/scripts/dev/
H A Dmakedist32 of a package should have a tag of the form:
42 - last part of tag is optional and is one of RC, alpha, or
53 Create release packages for the stable tag php-7.4.0:
56 Create release candidate packages for the tag php-7.4.0RC1:
59 Create release packages from a remote Git repository for the tag php-7.4.0:
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_decrypt_basic.phpt32 // It's okay to pass $tag for a non-authenticated cipher.
34 openssl_encrypt($data, $method, $password, 0, $iv, $tag);
35 var_dump($tag);
/PHP-7.4/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.4/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.4/ext/xmlwriter/tests/
H A D010.phpt14 var_dump(xmlwriter_start_element($xw, "tag"));
44 string(14) "<tag attr=""/>"
/PHP-7.4/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.4/Zend/tests/
H A Dphp_tag_only.phpt2 File with just a <?php tag should be valid
H A Dns_082.phpt2 082: bracketed namespace with closing tag
/PHP-7.4/ext/standard/tests/strings/
H A Dbug78814.phpt2 Bug #78814 (strip_tags allows / in tag name => whitelist bypass)
H A Dstrip_tags_variation9.phpt19 "<a>This is a hyper text tag</a>",
45 string(31) "<a>This is a hyper text tag</a>"
H A Dstrip_tags_variation10.phpt20 '<a>This is a hyper text tag</a>',
46 string(31) "<a>This is a hyper text tag</a>"
/PHP-7.4/ext/xml/
H A Dxml.c722 str = xml_utf8_decode((const XML_Char *)tag, strlen(tag), parser->target_encoding); in _xml_decode_tag()
770 zval tag, atr; in _xml_startElementHandler() local
773 array_init(&tag); in _xml_startElementHandler()
779 add_assoc_string(&tag, "type", "open"); in _xml_startElementHandler()
780 add_assoc_long(&tag, "level", parser->level); in _xml_startElementHandler()
838 zval tag; in _xml_endElementHandler() local
843 array_init(&tag); in _xml_endElementHandler()
848 add_assoc_string(&tag, "type", "close"); in _xml_endElementHandler()
925 zval tag; in _xml_characterDataHandler() local
945 array_init(&tag); in _xml_characterDataHandler()
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c931 static int phpdbg_process_print(int fd, int type, const char *tag, const char *msg, int msglen, con… in phpdbg_process_print() argument
1050 …xmloutlen = phpdbg_asprintf(&xmlout, "<%s severity=\"%s\" %.*s msgout=\"%.*s\" />", tag, severity,… in phpdbg_process_print()
1054 …xmloutlen = phpdbg_asprintf(&xmlout, "<%s severity=\"%s\" %.*s msgout=\"\" />", tag, severity, xml… in phpdbg_process_print()
1077 PHPDBG_API int phpdbg_vprint(int type, int fd, const char *tag, const char *xmlfmt, const char *str… in phpdbg_vprint() argument
1104 PHPDBG_G(err_buf).tag = estrdup(tag); in phpdbg_vprint()
1115 len = phpdbg_process_print(fd, type, tag, msg, msglen, xml, xmllen); in phpdbg_vprint()
1135 efree(PHPDBG_G(err_buf).tag); in phpdbg_free_err_buf()
1146 PHPDBG_API int phpdbg_output_err_buf(const char *tag, const char *xmlfmt, const char *strfmt, ...) { in phpdbg_output_err_buf() argument
1158 …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()
1167 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.4/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.4/ext/exif/
H A Dexif.c1827 WORD tag; member
1971 int tag; member
2162 info_data->tag = tag; in exif_iif_add_value()
2308 info_data->tag = TAG_NONE; in exif_iif_add_int()
2777 zend_long tag; in PHP_FUNCTION() local
2785 if (tag < 0 || !szTemp) { in PHP_FUNCTION()
3136 xp_field->tag = tag; in exif_process_unicode()
3398 switch(tag) { in exif_process_IFD_TAG_impl()
3435 switch(tag) { in exif_process_IFD_TAG_impl()
3576 switch(tag) { in exif_process_IFD_TAG_impl()
[all …]
/PHP-7.4/ext/tokenizer/tests/
H A Dphp_tag_only.phpt2 Tokenization of only the <?php tag
H A Dphp_tag_only_2.phpt2 Tokenization of only the <?php tag
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 --
/PHP-7.4/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()

Completed in 72 milliseconds

12345