Home
last modified time | relevance | path

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

12

/PHP-5.5/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-5.5/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"
/PHP-5.5/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 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.phpt26 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-5.5/ext/standard/
H A Dhtml.c850 while (s->entity) { in resolve_named_entity_html()
1146 *entity = NULL; in find_entity_for_char()
1154 *entity = (const unsigned char *)c->data.ent.entity; in find_entity_for_char()
1179 *entity = s->normal_entry.entity; in find_entity_for_char()
1202 *entity = NULL; in find_entity_for_char_basic()
1207 *entity = table[k].data.ent.entity; in find_entity_for_char_basic()
1555 memcpy(&entity[1], r->data.ent.entity, l); in write_s3row_data()
1556 entity[l + 1] = ';'; in write_s3row_data()
1566 entity[l + 1] = ';'; in write_s3row_data()
1587 memcpy(&entity[1], mcpr[i].normal_entry.entity, l); in write_s3row_data()
[all …]
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c182 mbfl_html_entity_entry *entity; in mbfl_filt_conv_html_dec() local
245 entity = (mbfl_html_entity_entry *)mbfl_html_entity_list; in mbfl_filt_conv_html_dec()
246 while (entity->name) { in mbfl_filt_conv_html_dec()
247 if (!strcmp(buffer+1, entity->name)) { in mbfl_filt_conv_html_dec()
248 ent = entity->code; in mbfl_filt_conv_html_dec()
251 entity++; in mbfl_filt_conv_html_dec()
/PHP-5.5/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 Dbug61367-read.phpt56 Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "file:///%s/test_bug_…
58 Warning: DOMDocument::loadXML(): Failure to process entity file in Entity, line: 4 in %s on line %d
/PHP-5.5/ext/mbstring/tests/
H A Dmb_substitute_character.phpt25 var_dump(mb_substitute_character('entity'));
42 string(6) "entity"
H A Dhtmlent.phpt28 // and they do not have a named entity representaion.
/PHP-5.5/ext/xml/
H A Dcompat.c352 _build_entity(const xmlChar *name, int len, xmlChar **entity, int *entity_len) in _build_entity() argument
355 *entity = xmlMalloc(*entity_len + 1); in _build_entity()
356 (*entity)[0] = '&'; in _build_entity()
357 memcpy(*entity+1, name, len); in _build_entity()
358 (*entity)[len+1] = ';'; in _build_entity()
359 (*entity)[*entity_len] = '\0'; in _build_entity()
389 xmlChar *entity; in _get_entity() local
392 _build_entity(name, xmlStrlen(name), &entity, &len); in _get_entity()
393 parser->h_default(parser->user, (const xmlChar *) entity, len); in _get_entity()
394 xmlFree(entity); in _get_entity()
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug42151.phpt29 SOAP-ERROR: Parsing WSDL: Couldn't load from 'httpx://' : failed to load external entity "httpx://"
/PHP-5.5/ext/dom/
H A Dconfig.w3212 domimplementationlist.c entity.c nodelist.c text.c comment.c \
H A Dconfig.m426 documenttype.c domimplementationlist.c entity.c \
/PHP-5.5/ext/xml/tests/
H A Dxml_set_external_entity_ref_handler_error.phpt12 * Description: Set up external entity reference handler
H A Dxml_set_unparsed_entity_decl_handler_error.phpt12 * Description: Set up unparsed entity declaration handler
H A Dxml003.phpt88 ]}{CDATA[ ]}{ENTREF[&included-entity;]}{CDATA[
H A Dxml001.phpt89 ]}{CDATA[ ]}{ENTREF[&included-entity;]}{CDATA[
H A Dxml002.phpt90 ]}{CDATA[ ]}{ENTREF[&included-entity;]}{CDATA[

Completed in 44 milliseconds

12