Home
last modified time | relevance | path

Searched refs:tag (Results 51 – 75 of 119) sorted by relevance

12345

/PHP-8.0/ext/simplexml/tests/
H A Dbug81325.phpt16 Warning: DOMDocument::loadXML(): Start tag expected%s
/PHP-8.0/ext/standard/tests/strings/
H A Dstrip_tags_variation10.phpt15 '<a>This is a hyper text tag</a>',
41 string(31) "<a>This is a hyper text tag</a>"
H A Dstrip_tags_variation9.phpt14 "<a>This is a hyper text tag</a>",
41 string(31) "<a>This is a hyper text tag</a>"
H A Dbug45485.phpt2 Bug #45485 (strip_tags and <?XML tag)
/PHP-8.0/ext/xml/tests/
H A Dbug26528.phpt19 ["tag"]=>
H A Dbug30875.phpt26 ["tag"]=>
H A Dxml_error_string_basic.phpt38 string(14) "Mismatched tag"
H A Dbug71592.phpt9 // The tag mismatch at the end of the XML is on purpose, to make sure that the
H A Dbug35447.phpt33 ["tag"]=>
/PHP-8.0/ext/tokenizer/tests/
H A Dbug76437.phpt2 Bug #76437 (token_get_all with TOKEN_PARSE flag fails to recognise close tag)
/PHP-8.0/build/
H A Dgen_stub.php1101 foreach ($tags as $tag) {
1102 if ($tag->name === 'prefer-ref') {
1103 $varName = $tag->getVariableName();
1108 } else if ($tag->name === 'alias' || $tag->name === 'implementation-alias') {
1109 $aliasType = $tag->name;
1120 } else if ($tag->name === 'return') {
1121 $docReturnType = $tag->getType();
1122 } else if ($tag->name === 'param') {
1123 $docParamTypes[$tag->getVariableName()] = $tag->getType();
1352 foreach ($fileTags as $tag) {
[all …]
/PHP-8.0/ext/standard/
H A Durl_scanner_ex.re425 switch (ZSTR_LEN(ctx->tag.s)) {
427 if (!strncasecmp(ZSTR_VAL(ctx->tag.s), "form", ZSTR_LEN(ctx->tag.s))
442 * have that tag in our table. If we might modify it,
452 if (ctx->tag.s) {
453 ZSTR_LEN(ctx->tag.s) = 0;
456 for (i = 0; i < ZSTR_LEN(ctx->tag.s); i++)
457 ZSTR_VAL(ctx->tag.s)[i] = tolower((int)(unsigned char)ZSTR_VAL(ctx->tag.s)[i]);
459 …if ((ctx->lookup_data = zend_hash_str_find_ptr(ctx->tags, ZSTR_VAL(ctx->tag.s), ZSTR_LEN(ctx->tag.…
461 if (ZSTR_LEN(ctx->tag.s) == sizeof("form")-1
462 && !strncasecmp(ZSTR_VAL(ctx->tag.s), "form", ZSTR_LEN(ctx->tag.s))) {
[all …]
H A Durl_scanner_ex.h38 smart_str tag; /* read only */ member
/PHP-8.0/ext/exif/tests/
H A Dsony.phpt14 // the most specific tag name that should be found in any Sony generated
H A Dbug60150.phpt14 Warning: exif_read_data(bug60150.jpg): Process tag(x9003=DateTimeOriginal): Illegal pointer offset(…
/PHP-8.0/ext/enchant/
H A Denchant.c450 char *tag; in PHP_FUNCTION() local
453 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os", &broker, enchant_broker_ce, &tag, &taglen) == FAI… in PHP_FUNCTION()
464 pdict = enchant_broker_request_dict(pbroker->pbroker, (const char *)tag); in PHP_FUNCTION()
543 char *tag; in PHP_FUNCTION() local
547 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os", &broker, enchant_broker_ce, &tag, &taglen) == FA… in PHP_FUNCTION()
553 RETURN_BOOL(enchant_broker_dict_exists(pbroker->pbroker, tag)); in PHP_FUNCTION()
/PHP-8.0/ext/xmlwriter/tests/
H A Dbug39504.phpt2 Bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag, not enity)
/PHP-8.0/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 Dnode_textcontent.phpt16 The workaround if you are being hit by this is to add a <!DOCTYPE html> tag
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-8.0/sapi/phpdbg/
H A Dxml.md72 - wrapped in &lt;intros> tag
150 - tag: &lt;exportbreakpoint />
163 - General tag for breakpoint creation, deletion and hits is "&lt;breakpoint />"
214 - General tag for frames is "&lt;frame>"
216 - may contain other elements (of type &lt;arg>) when contained in &lt;backtrace> tag
383 - errors by tag
391 run / &lt;stop> tag
473 - possible attributes of &lt;clean> tag
484 - possible attributes of &lt;clear> tag (value is always the number of defined breakpoints of that …
515 - a general error is type="wrongargs" where a wrong argument was passed to a subcommand; tag is the…
[all …]
/PHP-8.0/ext/ffi/tests/
H A D003.phpt2 FFI 003: Forward tag/typedef declarations

Completed in 46 milliseconds

12345