/PHP-7.1/Zend/tests/ |
H A D | bug40833.phpt | 5 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.1/ext/simplexml/tests/ |
H A D | 003.phpt | 11 <!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-7.1/ext/standard/tests/strings/ |
H A D | bug73817.phpt | 6 foreach ($entities as $entity) { 7 if (substr($entity, -1) !== ';') { 8 var_dump($entity);
|
/PHP-7.1/ext/dom/tests/ |
H A D | DOMDocumentType_basic_001.phpt | 36 $entity = $entities->item(0); 37 print 'entity: '.$entity->nodeName."\n"; 47 entity: logo
|
H A D | DOMDocument_loadXML_variation4.phpt | 25 <!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 D | domdocument_createentityreference_001.phpt | 2 DomDocument::CreateEntityReference() - Creates an entity reference with the appropriate name
|
H A D | DOMDocument_createEntityReference_basic.phpt | 2 DOMDocument::createEntityReference() should create a new entity reference node
|
H A D | bug70001.phpt | 2 Bug #70001 (Assigning to DOMNode::textContent does additional entity encoding)
|
H A D | DOMDocument_loadHTMLfile_error1.phpt | 18 %r(PHP ){0,1}%rWarning: DOMDocument::loadHTMLFile(): I/O warning : failed to load external entity %s
|
H A D | DOMDocument_relaxNGValidate_error2.phpt | 25 Warning: DOMDocument::relaxNGValidate(): I/O warning : failed to load external entity "%s/foo.rng" …
|
H A D | DOMDocument_schemaValidate_error5.phpt | 20 Warning: DOMDocument::schemaValidate(): I/O warning : failed to load external entity "%snon-existen…
|
H A D | DOMDocument_load_variation4.phpt | 25 …uthor>John Steinbeck</author></book><book><title default="default title">entity is only for test p…
|
/PHP-7.1/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_htmlent.c | 183 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.1/ext/standard/ |
H A D | html.c | 863 while (s->entity) { in resolve_named_entity_html() 1158 *entity = NULL; in find_entity_for_char() 1166 *entity = (const unsigned char *)c->data.ent.entity; in find_entity_for_char() 1191 *entity = (const unsigned char *) s->normal_entry.entity; in find_entity_for_char() 1214 *entity = NULL; in find_entity_for_char_basic() 1219 *entity = (const unsigned char *) table[k].data.ent.entity; in find_entity_for_char_basic() 1567 memcpy(&entity[1], r->data.ent.entity, l); in write_s3row_data() 1568 entity[l + 1] = ';'; in write_s3row_data() 1578 entity[l + 1] = ';'; in write_s3row_data() 1599 memcpy(&entity[1], mcpr[i].normal_entry.entity, l); in write_s3row_data() [all …]
|
/PHP-7.1/ext/libxml/tests/ |
H A D | libxml_set_external_entity_loader_variation1.phpt | 21 $entity = <<<ENT 26 function ($public, $system, $context) use($dtd,$entity){ 32 fwrite($f, $first ? $dtd : $entity);
|
H A D | libxml_disable_entity_loader.phpt | 35 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 D | bug61367-read.phpt | 56 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-7.1/ext/mbstring/tests/ |
H A D | mb_substitute_character.phpt | 25 var_dump(mb_substitute_character('entity')); 42 string(6) "entity"
|
H A D | htmlent.phpt | 28 // and they do not have a named entity representaion.
|
/PHP-7.1/ext/xml/ |
H A D | compat.c | 343 _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() 380 xmlChar *entity; in _get_entity() local 383 _build_entity(name, xmlStrlen(name), &entity, &len); in _get_entity() 384 parser->h_default(parser->user, (const xmlChar *) entity, len); in _get_entity() 385 xmlFree(entity); in _get_entity()
|
/PHP-7.1/ext/soap/tests/bugs/ |
H A D | bug42151.phpt | 29 SOAP-ERROR: Parsing WSDL: Couldn't load from 'httpx://' : failed to load external entity "httpx://"
|
/PHP-7.1/ext/dom/ |
H A D | config.w32 | 15 domimplementationlist.c entity.c nodelist.c text.c comment.c \
|
H A D | config.m4 | 26 documenttype.c domimplementationlist.c entity.c \
|
/PHP-7.1/ext/xml/tests/ |
H A D | xml_set_external_entity_ref_handler_error.phpt | 12 * Description: Set up external entity reference handler
|
H A D | xml_set_unparsed_entity_decl_handler_error.phpt | 12 * Description: Set up unparsed entity declaration handler
|