Home
last modified time | relevance | path

Searched refs:entity (Results 26 – 50 of 78) sorted by relevance

1234

/php-src/ext/xml/
H A Dcompat.c342 _build_entity(const xmlChar *name, size_t len, xmlChar **entity, size_t *entity_len) in _build_entity() argument
345 *entity = xmlMalloc(*entity_len + 1); in _build_entity()
346 (*entity)[0] = '&'; in _build_entity()
347 memcpy(*entity+1, name, len); in _build_entity()
348 (*entity)[len+1] = ';'; in _build_entity()
349 (*entity)[*entity_len] = '\0'; in _build_entity()
382 xmlChar *entity; in _get_entity() local
385 _build_entity(name, (size_t) xmlStrlen(name), &entity, &len); in _get_entity()
386 parser->h_default(parser->user, (const xmlChar *) entity, len); in _get_entity()
387 xmlFree(entity); in _get_entity()
/php-src/ext/dom/tests/
H A Ddomdocument_createentityreference_001.phpt2 DomDocument::CreateEntityReference() - Creates an entity reference with the appropriate name
H A DDOMDocument_createEntityReference_basic.phpt2 DOMDocument::createEntityReference() should create a new entity reference node
H A Dbug70001.phpt2 Bug #70001 (Assigning to DOMNode::textContent does additional entity encoding)
H A DDOMDocument_loadHTMLfile_error1.phpt16 %r(PHP ){0,1}%rWarning: DOMDocument::loadHTMLFile(): I/O warning : failed to load external entity %s
H A Dlibxml_global_state_entity_loader_bypass.phpt2 GHSA-3qrf-m4j2-pcrr (libxml global state entity loader bypass)
H A DDOMDocument_schemaValidate_error5.phpt20 Warning: DOMDocument::schemaValidate(): I/O warning : failed to load external entity "%snon-existen…
H A DDOMDocument_relaxNGValidate_error2.phpt23 Warning: DOMDocument::relaxNGValidate(): I/O warning : failed to load external entity "%s/foo.rng" …
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_entity_reference.phpt2 Serialize entity reference
/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_fromFile_02.phpt12 Warning: DOM\XMLDocument::createFromFile(): I/O warning : failed to load external entity "%s" in %s…
H A DDTDNamedNodeMap.phpt11 <!ENTITY test "entity is only for test purposes">
41 string(105) "<!ENTITY test "entity is only for test purposes">
/php-src/ext/libxml/tests/
H A Dbug61367-read.phpt60 Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "file:///%s/test_bug_…
62 Warning: DOMDocument::loadXML(): Failure to process entity file in Entity, line: 4 in %s on line %d
H A Dnull_returned_by_resolver.phpt32 Warning: DOMDocument::loadHTMLFile(): Failed to load external entity because the resolver function …
H A Dlibxml_set_external_entity_loader_variation2.phpt43 Warning: DOMDocument::validate(): Failed to load external entity "-//FOO/BAR" in %s on line %d
/php-src/ext/dom/tests/manually_call_constructor/
H A Dentityreference.phpt2 Manually call __construct() - entity reference variation
/php-src/ext/dom/tests/modern/common/
H A Dserialize_entity_reference_in_attribute.phpt2 Serialize entity reference within attribute
/php-src/ext/xml/tests/
H A Dbug71592.phpt2 Bug #71592 (External entity processing never fails)
/php-src/ext/soap/tests/bugs/
H A Dbug42151.phpt29 SOAP-ERROR: Parsing WSDL: Couldn't load from 'httpx://' : failed to load external entity "httpx://"
/php-src/ext/simplexml/tests/
H A Dlibxml_global_state_entity_loader_bypass.phpt2 GHSA-3qrf-m4j2-pcrr (libxml global state entity loader bypass)
H A Dbug79971_1.phpt25 Warning: simplexml_load_file(): I/O warning : failed to load external entity "%s/bug79971_1.xml%%r0…
/php-src/ext/xmlreader/tests/
H A Dlibxml_global_state_entity_loader_bypass.phpt2 GHSA-3qrf-m4j2-pcrr (libxml global state entity loader bypass)
/php-src/ext/mbstring/tests/
H A Dmb_substitute_character_basic.phpt39 mb_substitute_character(): Argument #1 ($substitute_character) must be "none", "long", "entity" or …
/php-src/ext/dom/
H A Dinternal_helpers.h52 DOM_DEF_GET_CE_FUNC(entity)
/php-src/ext/dom/tests/modern/spec/
H A Dimport_entity_reference.phpt2 Importing an entity reference without also importing the document
H A Dclone_entity_reference.phpt2 Cloning an entity reference without also cloning the document

Completed in 34 milliseconds

1234