Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 25 of 97) sorted by path

1234

/PHP-5.5/
H A DNEWS224 . Fixed bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte
1148 . Fixed bug #67081 (DOMDocumentType->internalSubset returns entire DOCTYPE tag,
4377 . Fixed bug #54002 (crash on crafted tag, reported by Luca Carettoni).
6776 - Fixed bug #45485 (strip_tags and <?XML tag). (Felipe)
7758 - Added a meta tag to phpinfo() output to prevent search engines from indexing
7990 - Fixed bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag, not
H A DREADME.EXT_SKEL88 code and the <refpurpose> tag in the XML documentation.
H A DREADME.RELEASE_PROCESS40 - Create an directory for the extension incl. branch and tag structure,
80 ``git tag -u YOURKEYID php-5.4.2RC2``
88 11. Push the changes to the main repo, the tag, the main branch and the release branch :
170 7. tag the repository with the version f.e. "``git tag -u YOURKEYID -s php-5.4.1``"
172 8. Push the tag f.e. "``git push origin php-5.4.1``"
174 9. run: ``PHPROOT=. ./makedist php 5.4.1``, this will export the tag, create configure
H A Dconfigure.in939 [ --disable-short-tags Disable the short-form <? start tag by default], yes, no)
/PHP-5.5/Zend/tests/
H A Dns_082.phpt2 082: bracketed namespace with closing tag
/PHP-5.5/build/
H A Dlibtool.m41955 *) AC_MSG_ERROR([invalid tag name: $tagname])
1961 AC_MSG_ERROR([tag name \"$tagname\" already exists])
1966 echo appending configuration tag \"$tagname\" to $ofile
1980 AC_MSG_ERROR([Unsupported tag name: $tagname])
1984 # Append the new tag name to the list of available tags.
3731 # DT_RUNPATH tag from executables and libraries. But doing so
3825 dnl tag define a new lt_????_link_test_code variable,
/PHP-5.5/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_loadXML_error2.phpt28 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: 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_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_error2.phpt28 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: books %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
H A DDOMDocument_schemaValidateSource_error1.phpt20 Warning: DOMDocument::schemaValidateSource(): Entity: line 1: parser error : Start tag expected, '<…
H A DDOMDocument_schemaValidate_error1.phpt20 Warning: DOMDocument::schemaValidate(): %sbook-not-a-schema.xsd:1: parser error : Start tag expecte…
H A Dbug67081.phpt2 Bug #67081 DOMDocumentType->internalSubset returns entire DOCTYPE tag, not only the subset
/PHP-5.5/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.5/ext/enchant/
H A Denchant.c87 ZEND_ARG_INFO(0, tag)
101 ZEND_ARG_INFO(0, tag)
536 char *tag; in PHP_FUNCTION() local
540 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &broker, &tag, &taglen) == FAILURE) { in PHP_FUNCTION()
551 d = enchant_broker_request_dict(pbroker->pbroker, (const char *)tag); in PHP_FUNCTION()
657 char *tag; local
661 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &broker, &tag, &taglen) == FAILURE) {
667 RETURN_BOOL(enchant_broker_dict_exists(pbroker->pbroker, tag));
/PHP-5.5/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.5/ext/exif/
H A Dexif.c1369 WORD tag; member
1513 int tag; member
1690 info_data->tag = tag; in exif_iif_add_value()
1819 info_data->tag = TAG_NONE; in exif_iif_add_int()
2350 long tag; in PHP_FUNCTION() local
2502 if (info_data->tag==TAG_STRIP_OFFSETS || info_data->tag==TAG_JPEG_INTERCHANGE_FORMAT) { in exif_thumbnail_build()
2709 xp_field->tag = tag; in exif_process_unicode()
2829 int tag, format, components; in exif_process_IFD_TAG() local
2943 switch(tag) { in exif_process_IFD_TAG()
2980 switch(tag) { in exif_process_IFD_TAG()
[all …]
H A Dtest.txt228 <li>have empty fields, that is the tag is present but no data is stored</li>
/PHP-5.5/ext/exif/tests/
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…
H A Dbug60150.phpt15 Warning: exif_read_data(bug60150.jpg): Process tag(x9003=DateTimeOri): Illegal pointer offset(%s) i…
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 …]
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic288 0 belong 0x80001001 AmigaOS outline tag
2892 >>0x23 byte 0x1B \b, without ID666 tag
2893 >>0x23 byte 0x1A \b, with ID666 tag
4561 0 search/1 =!_TAG Exuberant Ctags tag file text
4770 # possible production flag,tag numbers(<=0x30),tag length(<=0x20), reserved (NULL)
4815 # for multiple index files (*.MDX) Production flag,tag numbers(<=0x30),tag length(<=0x20), reserver…
4835 # No. of entries in tag (0x30)
4837 # Length of tag
4839 # 1st tag name_
4840 >>>>>>>>>>>>>548 string x \b, 1st tag "%.11s"
[all …]
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt21 Returned locale tag is a string formatted to a RFC4646 standart and normalize to normal form -

Completed in 117 milliseconds

1234