Home
last modified time | relevance | path

Searched refs:entity (Results 1 – 25 of 40) sorted by relevance

12

/PHP-7.4/Zend/tests/
H A Dbug40833.phpt5 class entity
26 private $entity;
28 function __construct($entity)
30 $this->entity = $entity;
31 $this->entity->whatever = $this;
35 $this->entity->whatever = null;
58 $entity = new entity();
59 echo($entity->whatever[0]);
62 // $entity->whatever->clear();
63 unset($entity->whatever[0]);
[all …]
/PHP-7.4/ext/simplexml/tests/
H A D003.phpt11 <!ENTITY included-entity "This is text included from an entity">
19 &included-entity;
54 ["included-entity"]=>
56 ["included-entity"]=>
57 string(36) "This is text included from an entity"
H A Dbug79971_1.phpt23 Warning: simplexml_load_file(): I/O warning : failed to load external entity "%s/bug79971_1.xml%00f…
/PHP-7.4/ext/standard/tests/strings/
H A Dbug73817.phpt6 foreach ($entities as $entity) {
7 if (substr($entity, -1) !== ';') {
8 var_dump($entity);
/PHP-7.4/ext/dom/tests/
H A DDOMDocumentType_basic_001.phpt36 $entity = $entities->item(0);
37 print 'entity: '.$entity->nodeName."\n";
47 entity: logo
H A DDOMDocument_loadXML_variation4.phpt25 <!ENTITY entitest "entity is only for test purposes">
32 …uthor>John Steinbeck</author></book><book><title default="default title">entity is only for test p…
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.phpt18 %r(PHP ){0,1}%rWarning: DOMDocument::loadHTMLFile(): I/O warning : failed to load external entity %s
H A DDOMDocument_schemaValidate_error5.phpt20 Warning: DOMDocument::schemaValidate(): I/O warning : failed to load external entity "%snon-existen…
H A DDOMDocument_relaxNGValidate_error2.phpt25 Warning: DOMDocument::relaxNGValidate(): I/O warning : failed to load external entity "%s/foo.rng" …
H A DDOMDocument_load_variation4.phpt25 …uthor>John Steinbeck</author></book><book><title default="default title">entity is only for test p…
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c178 mbfl_html_entity_entry *entity; in mbfl_filt_conv_html_dec() local
241 entity = (mbfl_html_entity_entry *)mbfl_html_entity_list; in mbfl_filt_conv_html_dec()
242 while (entity->name) { in mbfl_filt_conv_html_dec()
243 if (!strcmp(buffer+1, entity->name)) { in mbfl_filt_conv_html_dec()
244 ent = entity->code; in mbfl_filt_conv_html_dec()
247 entity++; in mbfl_filt_conv_html_dec()
/PHP-7.4/ext/standard/
H A Dhtml.c816 while (s->entity) { in resolve_named_entity_html()
1107 *entity = NULL; in find_entity_for_char()
1115 *entity = (const unsigned char *)c->data.ent.entity; in find_entity_for_char()
1140 *entity = (const unsigned char *) s->normal_entry.entity; in find_entity_for_char()
1163 *entity = NULL; in find_entity_for_char_basic()
1168 *entity = (const unsigned char *) table[k].data.ent.entity; in find_entity_for_char_basic()
1517 memcpy(&entity[1], r->data.ent.entity, l); in write_s3row_data()
1518 entity[l + 1] = ';'; in write_s3row_data()
1528 entity[l + 1] = ';'; in write_s3row_data()
1549 memcpy(&entity[1], mcpr[i].normal_entry.entity, l); in write_s3row_data()
[all …]
/PHP-7.4/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation1.phpt21 $entity = <<<ENT
26 function ($public, $system, $context) use($dtd,$entity){
32 fwrite($f, $first ? $dtd : $entity);
H A Dlibxml_disable_entity_loader.phpt40 Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "%s" in %s on line %d
42 Warning: DOMDocument::loadXML(): Failure to process entity xxe in Entity, line: %d in %s on line %d
H A Dbug61367-read.phpt59 Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "file:///%s/test_bug_…
61 Warning: DOMDocument::loadXML(): Failure to process entity file in Entity, line: 4 in %s on line %d
H A Dlibxml_disable_entity_loader_2.phpt39 Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "%s" in %s on line %d
/PHP-7.4/ext/mbstring/tests/
H A Dmb_substitute_character.phpt22 var_dump(mb_substitute_character('entity'));
39 string(6) "entity"
/PHP-7.4/ext/xml/
H A Dcompat.c343 _build_entity(const xmlChar *name, int len, xmlChar **entity, int *entity_len) in _build_entity() argument
346 *entity = xmlMalloc(*entity_len + 1); in _build_entity()
347 (*entity)[0] = '&'; in _build_entity()
348 memcpy(*entity+1, name, len); in _build_entity()
349 (*entity)[len+1] = ';'; in _build_entity()
350 (*entity)[*entity_len] = '\0'; in _build_entity()
383 xmlChar *entity; in _get_entity() local
386 _build_entity(name, xmlStrlen(name), &entity, &len); in _get_entity()
387 parser->h_default(parser->user, (const xmlChar *) entity, len); in _get_entity()
388 xmlFree(entity); in _get_entity()
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug42151.phpt29 SOAP-ERROR: Parsing WSDL: Couldn't load from 'httpx://' : failed to load external entity "httpx://"
/PHP-7.4/ext/xml/tests/
H A Dbug71592.phpt2 Bug #71592 (External entity processing never fails)
/PHP-7.4/ext/dom/
H A Dconfig.m420 documenttype.c domimplementationlist.c entity.c \
H A Dconfig.w3214 domimplementationlist.c entity.c nodelist.c text.c comment.c \

Completed in 44 milliseconds

12