Home
last modified time | relevance | path

Searched refs:entity (Results 1 – 25 of 41) sorted by path

12

/PHP-7.0/
H A DINSTALL1633 all appear as one coherent entity through an intuitive and easy
H A DNEWS2476 . Fixed bug #70001 (Assigning to DOMNode::textContent does additional entity
/PHP-7.0/Zend/
H A DOBJECTS2_HOWTO36 but being a separate entity.
/PHP-7.0/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.0/ext/dom/
H A Dconfig.m426 documenttype.c domimplementationlist.c entity.c \
H A Dconfig.w3215 domimplementationlist.c entity.c nodelist.c text.c comment.c \
/PHP-7.0/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_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_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_load_variation4.phpt25 …uthor>John Steinbeck</author></book><book><title default="default title">entity is only for test p…
H A DDOMDocument_relaxNGValidate_error2.phpt26 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…
H A Dbug70001.phpt2 Bug #70001 (Assigning to DOMNode::textContent does additional entity encoding)
H A Ddomdocument_createentityreference_001.phpt2 DomDocument::CreateEntityReference() - Creates an entity reference with the appropriate name
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic13708 0 string/t MIME-Version: MIME entity text
13709 #0 string/t Content- MIME entity text
/PHP-7.0/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt13 "Licensor" shall mean the copyright owner or entity authorized by
16 "Legal Entity" shall mean the union of the acting entity and all
18 control with that entity. For the purposes of this definition,
20 direction or management of such entity, whether by contract or
22 outstanding shares, or (iii) beneficial ownership of such entity.
83 institute patent litigation against any entity (including a
/PHP-7.0/ext/libxml/tests/
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
H A Dlibxml_disable_entity_loader.phpt35 Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "%s" in %s on line %d
37 Warning: DOMDocument::loadXML(): Failure to process entity xxe in Entity, line: %d in %s on line %d
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);
/PHP-7.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c183 mbfl_html_entity_entry *entity; in mbfl_filt_conv_html_dec() local
246 entity = (mbfl_html_entity_entry *)mbfl_html_entity_list; in mbfl_filt_conv_html_dec()
247 while (entity->name) { in mbfl_filt_conv_html_dec()
248 if (!strcmp(buffer+1, entity->name)) { in mbfl_filt_conv_html_dec()
249 ent = entity->code; in mbfl_filt_conv_html_dec()
252 entity++; in mbfl_filt_conv_html_dec()
/PHP-7.0/ext/mbstring/tests/
H A Dhtmlent.phpt28 // and they do not have a named entity representaion.
H A Dmb_substitute_character.phpt25 var_dump(mb_substitute_character('entity'));
42 string(6) "entity"
/PHP-7.0/ext/pcre/pcrelib/
H A DChangeLog1586 two characters as a single entity when going forwards), conflicts with the
/PHP-7.0/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"

Completed in 103 milliseconds

12