Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/standard/
H A Durl_scanner_ex.h38 smart_str tag; /* read only */ member
/PHP-5.5/ext/xml/tests/
H A Dbug26528.phpt19 ["tag"]=>
H A Dbug35447.phpt33 ["tag"]=>
/PHP-5.5/tests/lang/
H A Dscript_tag.phpt2 <script> tag
/PHP-5.5/ext/standard/tests/strings/
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>"
H A Dbug45485.phpt2 Bug #45485 (strip_tags and <?XML tag)
/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/simplexml/tests/
H A DSimpleXMLElement_xpath_2.phpt16 Warning: simplexml_load_string(): Entity: line 1: parser error : Start tag expected, '<' not found …
H A DSimpleXMLElement_xpath_1.phpt16 Warning: simplexml_load_string(): Entity: line 1: parser error : Start tag expected, '<' not found …
/PHP-5.5/ext/exif/tests/
H A Dbug60150.phpt15 Warning: exif_read_data(bug60150.jpg): Process tag(x9003=DateTimeOri): Illegal pointer offset(%s) i…
/PHP-5.5/ext/dom/tests/
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
H A DDOMDocument_loadXML_error2.phpt28 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: books %s
H A DDOMDocument_load_error2.phpt28 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: books %s
/PHP-5.5/ext/xmlwriter/tests/
H A Dbug39504.phpt2 Bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag, not enity)
/PHP-5.5/ext/openssl/tests/
H A Dbug28382.phpt24 string(38) "For Grid use only; request tag userTag"
/PHP-5.5/ext/oci8/tests/
H A Dbug37220.phpt22 // Now let's update the row where myId = 1234 and change the tag
/PHP-5.5/
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
/PHP-5.5/ext/intl/tests/
H A Dlocale_get_script.phpt25 'i-enochian', //(example of a grandfathered tag)
H A Dlocale_get_display_language.phpt28 'i-enochian', //(example of a grandfathered tag)
29 'art-lojban', //(example of a grandfathered tag)
H A Dlocale_get_primary_language.phpt26 'i-enochian', //(example of a grandfathered tag)
H A Dlocale_get_region.phpt26 'i-enochian', //(example of a grandfathered tag)
H A Dlocale_compose_locale.phpt174 locale_compose: parameter array does not contain 'language' tag.: U_ILLEGAL_ARGUMENT_ERROR
H A Dlocale_get_keywords.phpt32 'i-enochian', //(example of a grandfathered tag)

Completed in 52 milliseconds

1234