Home
last modified time | relevance | path

Searched refs:entity (Results 1 – 25 of 78) sorted by last modified time

1234

/php-src/ext/mbstring/
H A Dmbstring.c3940 unsigned char entity[16]; /* For converting wchars to hex/decimal string */ in html_numeric_entity_encode() local
3971 unsigned char *p = entity + sizeof(entity); in html_numeric_entity_encode()
3983 while (p < entity + sizeof(entity)) { in html_numeric_entity_encode()
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate.c1765 tkz->entity = &lxb_html_tokenizer_res_entities_sbst[1]; in _lxb_html_tokenizer_state_char_ref()
1806 const lexbor_sbst_entry_static_t *entry = tkz->entity; in lxb_html_tokenizer_state_char_ref_named()
1829 tkz->entity = entry; in lxb_html_tokenizer_state_char_ref_named()
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtokenizer.h80 const lexbor_sbst_entry_static_t *entity; member
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLCollection_named_reads.phpt15 <x id="foo&ent;">2 with entity</x>
80 string(13) "2 with entity"
81 string(13) "2 with entity"
/php-src/ext/dom/
H A Dconfig.w3215 entity.c nodelist.c html_collection.c text.c comment.c \
H A Dconfig.m434 documenttype.c entity.c \
H A Dinternal_helpers.h52 DOM_DEF_GET_CE_FUNC(entity)
/php-src/ext/dom/tests/modern/common/
H A Dserialize_entity_reference_in_attribute.phpt2 Serialize entity reference within attribute
/php-src/ext/zend_test/tests/
H A Dobserver_error_04.phpt50 …ssage:'SOAP-ERROR: Parsing WSDL: Couldn\'t load from \'foo\' : failed to load external entity "foo"
52 SOAP-ERROR: Parsing WSDL: Couldn't load from 'foo' : failed to load external entity "foo"
/php-src/ext/libxml/
H A Dlibxml.c145 xmlEntityPtr entity = data; in php_libxml_unlink_entity() local
146 if (entity->_private != NULL) { in php_libxml_unlink_entity()
175 xmlDtdPtr dtd = entity->parent; in php_libxml_unlink_entity_decl()
177 if (xmlHashLookup(dtd->entities, entity->name) == entity) { in php_libxml_unlink_entity_decl()
180 if (xmlHashLookup(dtd->pentities, entity->name) == entity) { in php_libxml_unlink_entity_decl()
202 xmlFreeEntity(entity); in php_libxml_node_free()
204 …if (entity->children != NULL && entity->owner && entity == (xmlEntityPtr) entity->children->parent… in php_libxml_node_free()
207 xmlDictPtr dict = entity->doc != NULL ? entity->doc->dict : NULL; in php_libxml_node_free()
221 xmlFree(entity->content); in php_libxml_node_free()
224 xmlFree(entity->orig); in php_libxml_node_free()
[all …]
/php-src/ext/dom/tests/
H A Dproperty_write_errors.phpt29 $entity = new DOMEntity();
32 $entity->actualEncoding = null;
38 $entity->encoding = null;
44 $entity->version = null;
H A DDOMDocument_adoptNode.phpt81 echo "-- Adopt an entity reference --\n";
153 -- Adopt an entity reference --
H A DDOMDocument_relaxNGValidate_error2.phpt23 Warning: DOMDocument::relaxNGValidate(): I/O warning : failed to load external entity "%s/foo.rng" …
H A DDOMDocument_schemaValidate_error5.phpt20 Warning: DOMDocument::schemaValidate(): I/O warning : failed to load external entity "%snon-existen…
/php-src/ext/dom/tests/modern/xml/
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/dom/tests/modern/spec/
H A Dimport_entity_reference.phpt2 Importing an entity reference without also importing the document
H A DappendChild_dtd_legacy.phpt17 foreach ($doctype->entities as $entity) {
18 echo "Found entity: ", $entity->nodeName, "\n";
34 Found entity: foo
H A Dattribute_entity_expansion.phpt2 Attribute entity expansion
H A Dattribute_entity_expansion_legacy.phpt2 Attribute entity expansion in a legacy document
44 Warning: main(): unterminated entity reference in %s on line %d
H A Dclone_entity_reference.phpt2 Cloning an entity reference without also cloning the document
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_entity_reference.phpt2 Serialize entity reference
/php-src/ext/standard/
H A Dhtml.c745 while (s->entity) { in resolve_named_entity_html()
1036 *entity = NULL; in find_entity_for_char()
1044 *entity = (const unsigned char *)c->data.ent.entity; in find_entity_for_char()
1069 *entity = (const unsigned char *) s->normal_entry.entity; in find_entity_for_char()
1092 *entity = NULL; in find_entity_for_char_basic()
1097 *entity = (const unsigned char *) table[k].data.ent.entity; in find_entity_for_char_basic()
1406 memcpy(&entity[1], r->data.ent.entity, l); in write_s3row_data()
1407 entity[l + 1] = ';'; in write_s3row_data()
1417 entity[l + 1] = ';'; in write_s3row_data()
1438 memcpy(&entity[1], mcpr[i].normal_entry.entity, l); in write_s3row_data()
[all …]
/php-src/ext/dom/lexbor/patches/
H A D0001-Expose-line-and-column-information-for-use-in-PHP.patch104 const lexbor_sbst_entry_static_t *entity;
/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/simplexml/tests/
H A Dlibxml_global_state_entity_loader_bypass.phpt2 GHSA-3qrf-m4j2-pcrr (libxml global state entity loader bypass)

Completed in 63 milliseconds

1234