Home
last modified time | relevance | path

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

1234

/php-src/Zend/tests/
H A Dbug40833.phpt5 class entity
26 private $entity;
28 function __construct($entity)
30 $this->entity = $entity;
35 $this->entity->whatever = null;
41 // $this->entity->{$this->name} = null;
58 $entity = new entity();
59 echo($entity->whatever[0]);
62 // $entity->whatever->clear();
63 unset($entity->whatever[0]);
[all …]
/php-src/ext/dom/
H A Dconfig.m434 documenttype.c entity.c \
H A Dconfig.w3215 entity.c nodelist.c html_collection.c text.c comment.c \
H A Dinternal_helpers.h52 DOM_DEF_GET_CE_FUNC(entity)
/php-src/ext/dom/lexbor/
H A DLICENSE13 "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-src/ext/dom/lexbor/lexbor/html/
H A Dtokenizer.h80 const lexbor_sbst_entry_static_t *entity; member
/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/patches/
H A D0001-Expose-line-and-column-information-for-use-in-PHP.patch104 const lexbor_sbst_entry_static_t *entity;
/php-src/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_adoptNode.phpt81 echo "-- Adopt an entity reference --\n";
153 -- Adopt an entity reference --
H A DDOMDocument_createEntityReference_basic.phpt2 DOMDocument::createEntityReference() should create a new entity reference node
H A DDOMDocument_loadHTMLfile_error1.phpt16 %r(PHP ){0,1}%rWarning: DOMDocument::loadHTMLFile(): I/O warning : failed to load external entity %s
H A DDOMDocument_loadXML_variation4.phpt23 <!ENTITY entitest "entity is only for test purposes">
30 …uthor>John Steinbeck</author></book><book><title default="default title">entity is only for test p…
H A DDOMDocument_load_variation4.phpt23 …uthor>John Steinbeck</author></book><book><title default="default title">entity is only for test p…
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…
H A DDOMEntity_fields.phpt10 <!ENTITY sampleInternalEntity "This is a sample entity value.">
28 foreach ($entities as $entity) {
29 echo "Entity name: {$entity->nodeName}\n";
31 var_dump($entity->publicId);
33 var_dump($entity->systemId);
35 var_dump($entity->notationName);
37 var_dump($entity->actualEncoding);
39 var_dump($entity->encoding);
41 var_dump($entity->version);
H A DDOMNode_isEqualNode.phpt114 echo "--- Test entity reference ---\n";
119 echo "--- Test entity declaration ---\n";
310 --- Test entity reference ---
313 --- Test entity declaration ---
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
H A Dlibxml_global_state_entity_loader_bypass.phpt2 GHSA-3qrf-m4j2-pcrr (libxml global state entity loader bypass)
/php-src/ext/dom/tests/compareDocumentPosition/
H A Dentity.phpt2 compareDocumentPosition: entity ordering
/php-src/ext/dom/tests/delayed_freeing/
H A Dentity_declaration.phpt2 Delayed freeing entity declaration
11 <!ENTITY test "entity is only for test purposes">
H A Dentity_reference.phpt2 Delayed freeing entity reference
21 <!ENTITY test "entity is only for test purposes">
43 <!ENTITY test "entity is only for test purposes">
/php-src/ext/dom/tests/manually_call_constructor/
H A Dentityreference.phpt2 Manually call __construct() - entity reference variation

Completed in 33 milliseconds

1234