Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/openssl/
H A Dphp_openssl.h102 zval *tag, zend_long tag_len, char *aad, size_t add_len);
106 char *tag, zend_long tag_len, char *aad, size_t add_len);
/PHP-7.4/ext/tokenizer/tests/
H A Dbug76437.phpt2 Bug #76437 (token_get_all with TOKEN_PARSE flag fails to recognise close tag)
/PHP-7.4/ext/standard/tests/strings/
H A Dbug45485.phpt2 Bug #45485 (strip_tags and <?XML tag)
/PHP-7.4/ext/standard/
H A Durl_scanner_ex.re427 switch (ZSTR_LEN(ctx->tag.s)) {
429 if (!strncasecmp(ZSTR_VAL(ctx->tag.s), "form", ZSTR_LEN(ctx->tag.s))
444 * have that tag in our table. If we might modify it,
454 if (ctx->tag.s) {
455 ZSTR_LEN(ctx->tag.s) = 0;
458 for (i = 0; i < ZSTR_LEN(ctx->tag.s); i++)
459 ZSTR_VAL(ctx->tag.s)[i] = tolower((int)(unsigned char)ZSTR_VAL(ctx->tag.s)[i]);
461 …if ((ctx->lookup_data = zend_hash_str_find_ptr(ctx->tags, ZSTR_VAL(ctx->tag.s), ZSTR_LEN(ctx->tag.…
463 if (ZSTR_LEN(ctx->tag.s) == sizeof("form")-1
464 && !strncasecmp(ZSTR_VAL(ctx->tag.s), "form", ZSTR_LEN(ctx->tag.s))) {
[all …]
H A Durl_scanner_ex.h40 smart_str tag; /* read only */ member
/PHP-7.4/ext/exif/tests/
H A Dsony.phpt14 // the most specific tag name that should be found in any Sony generated
H A Dbug60150.phpt15 Warning: exif_read_data(bug60150.jpg): Process tag(x9003=DateTimeOriginal): Illegal pointer offset(…
/PHP-7.4/ext/xml/tests/
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-7.4/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-7.4/ext/xmlwriter/tests/
H A Dbug39504.phpt2 Bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag, not enity)
/PHP-7.4/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 …]
H A Dphpdbg.h299 char *tag; member
/PHP-7.4/ext/ffi/tests/
H A D003.phpt2 FFI 003: Forward tag/typedef declarations
/PHP-7.4/ext/oci8/tests/
H A Dbug37220.phpt22 // Now let's update the row where myId = 1234 and change the tag
/PHP-7.4/ext/openssl/tests/
H A Dbug28382.phpt23 string(38) "For Grid use only; request tag userTag"
/PHP-7.4/ext/ffi/
H A Dffi.c2269 efree(tag); in zend_ffi_tag_hash_dtor()
2277 free(tag); in zend_ffi_tag_hash_persistent_dtor()
3051 if (old->kind != tag->kind) { in zend_ffi_same_tags()
3104 zend_ffi_tag *tag; in zend_ffi_cleanup_type() local
3143 zend_ffi_tag *tag; in zend_ffi_load() local
3350 free(tag); in zend_ffi_load()
3494 zend_ffi_tag *tag; in zend_ffi_validate_incomplete_type() local
3607 zend_ffi_tag *tag; in zend_ffi_tags_cleanup() local
3612 tag->type = type; in zend_ffi_tags_cleanup()
6297 zend_ffi_tag *tag; local
[all …]
/PHP-7.4/ext/intl/tests/
H A Dlocale_get_script.phpt25 'i-enochian', //(example of a grandfathered tag)
H A Dlocale_get_display_language.phpt29 'i-enochian', //(example of a grandfathered tag)
30 'art-lojban', //(example of a grandfathered tag)
H A Dlocale_get_display_language2.phpt29 'i-enochian', //(example of a grandfathered tag)
30 'art-lojban', //(example of a grandfathered tag)

Completed in 64 milliseconds

12345