/php-src/Zend/tests/attributes/ |
H A D | 004_name_resolution.phpt | 17 class Entity { 27 use Doctrine\ORM\Mapping\Entity; 31 #[Entity("imported class")] 32 #[ORM\Entity("imported namespace")] 33 #[\Doctrine\ORM\Mapping\Entity("absolute from namespace")] 34 #[\Entity("import absolute from global")] 41 class Entity {} 51 string(27) "Doctrine\ORM\Mapping\Entity" 61 string(27) "Doctrine\ORM\Mapping\Entity" 71 string(27) "Doctrine\ORM\Mapping\Entity" [all …]
|
H A D | 009_doctrine_annotations_example.phpt | 8 class Entity extends Annotation {} 28 #[ORM\Entity] 29 /** @ORM\Entity */ 90 string(30) "Doctrine\ORM\Attributes\Entity"
|
/php-src/ext/dom/tests/modern/html/parser/ |
H A D | HTMLDocument_fromString_parser_warning_internal_error.phpt | 20 string(81) "tokenizer error invalid-first-character-of-tag-name in Entity, line: 1, column: 2" 23 string(66) "tokenizer error missing-end-tag-name in Entity, line: 1, column: 6" 26 string(75) "tree error unexpected-token-in-initial-mode in Entity, line: 1, column: 1-7" 29 string(71) "tree error doctype-token-in-body-mode in Entity, line: 1, column: 10-16" 40 string(71) "tree error doctype-token-in-body-mode in Entity, line: 1, column: 10-16" 42 string(6) "Entity"
|
H A D | HTMLDocument_fromString_parser_warning_02.phpt | 14 Warning: Dom\HTMLDocument::createFromString(): tokenizer error unexpected-null-character in Entity,… 16 …teFromString(): tokenizer error missing-whitespace-between-attributes in Entity, line: 5, column: … 18 Warning: Dom\HTMLDocument::createFromString(): tokenizer error incorrectly-opened-comment in Entity… 20 Warning: Dom\HTMLDocument::createFromString(): tokenizer error nested-comment in Entity, line: 7, c… 22 Warning: Dom\HTMLDocument::createFromString(): tree error unexpected-closed-token in Entity, line: … 24 Warning: Dom\HTMLDocument::createFromString(): tree error doctype-token-in-body-mode in Entity, lin…
|
H A D | HTMLDocument_fromString_parser_warning_01.phpt | 14 Warning: Dom\HTMLDocument::createFromString(): tokenizer error missing-end-tag-name in Entity, line… 16 …ment::createFromString(): tree error unexpected-token-in-initial-mode in Entity, line: 1, column: …
|
H A D | user_error_handler.phpt | 19 …ment::createFromString(): tree error unexpected-token-in-initial-mode in Entity, line: 1, column: …
|
/php-src/ext/dom/tests/ |
H A D | DOMDocument_loadXML_error2_gte2_11.phpt | 24 Warning: DOMDocument::loadXML(): AttValue: " or ' expected in Entity, line: 4 in %s on line %d 26 …adXML(): internal error: xmlParseStartTag: problem parsing attributes in Entity, line: 4 in %s on … 28 Warning: DOMDocument::loadXML(): Couldn't find end of Start Tag book line 4 in Entity, line: 4 in %… 30 Warning: DOMDocument::loadXML(): Opening and ending tag mismatch: books line 3 and book in Entity, … 32 Warning: DOMDocument::loadXML(): Extra content at the end of the document in Entity, line: 8 in %s …
|
H A D | libxml_global_state_entity_loader_bypass.phpt | 35 string(25) "Entity 'bork' not defined" 36 string(25) "Entity 'bork' not defined" 37 string(25) "Entity 'bork' not defined"
|
H A D | DOMEntity_fields.phpt | 29 echo "Entity name: {$entity->nodeName}\n"; 46 Entity name: sampleExternalPublicWithNotationName1 60 Entity name: sampleExternalPublicWithNotationName2 74 Entity name: sampleExternalPublicWithoutNotationName1 88 Entity name: sampleExternalPublicWithoutNotationName2 102 Entity name: sampleExternalSystemWithNotationName 116 Entity name: sampleExternalSystemWithoutNotationName 130 Entity name: sampleInternalEntity
|
H A D | DOMDocument_loadXML_error2_gte2_12.phpt | 24 Warning: DOMDocument::loadXML(): AttValue: " or ' expected in Entity, line: 4 in %s on line %d 28 Warning: DOMDocument::loadXML(): Couldn't find end of Start Tag book line 4 in Entity, line: 4 in %… 30 Warning: DOMDocument::loadXML(): Opening and ending tag mismatch: books line 3 and book in Entity, …
|
H A D | DOMDocument_validate_on_parse_variation.phpt | 40 Warning: DOMDocument::loadXML(): No declaration for element NYPHP in Entity, line: %d in %s on line… 42 …dXML(): Element from was declared #PCDATA but contains non text nodes in Entity, line: %d in %s on…
|
H A D | bug78025.phpt | 13 Warning: DOMDocument::loadHTML(): htmlParseDocTypeDecl : no DOCTYPE name ! in Entity, line: 1 in %s…
|
H A D | entity_reference_stale_03.phpt | 2 Entity references with stale entity declaration 03
|
H A D | entity_reference_stale_02.phpt | 2 Entity references with stale entity declaration 02
|
H A D | entity_reference_stale_01.phpt | 2 Entity references with stale entity declaration 01
|
/php-src/Zend/tests/ |
H A D | bug69201.phpt | 5 class Entity 21 $e = new Entity;
|
/php-src/ext/dom/tests/modern/html/encoding/ |
H A D | HTMLDocument_encoding_unicode_error.phpt | 22 Warning: Dom\HTMLDocument::createFromString(): tokenizer error missing-end-tag-name in Entity, line… 24 Warning: Dom\HTMLDocument::createFromString(): tree error unexpected-token in Entity, line: 7, colu… 26 Warning: Dom\HTMLDocument::createFromString(): tree error unexpected-token in Entity, line: 8, colu…
|
/php-src/ext/libxml/tests/ |
H A D | libxml_disable_entity_loader.phpt | 45 Warning: DOMDocument::loadXML(): Failure to process entity xxe in Entity, line: %d in %s on line %d 47 Warning: DOMDocument::loadXML(): Entity 'xxe' not defined in Entity, line: %d in %s on line %d
|
H A D | bug61367-read.phpt | 62 Warning: DOMDocument::loadXML(): Failure to process entity file in Entity, line: 4 in %s on line %d 64 Warning: DOMDocument::loadXML(): Entity 'file' not defined in Entity, line: 4 in %s on line %d
|
/php-src/ext/xml/tests/ |
H A D | xml_set_notation_decl_handler_basic.phpt | 13 echo "...Entity name=" . $entity_name . "\n"; 74 ...Entity name=testUS 80 ...Entity name=testAUS 86 ...Entity name=testISO
|
/php-src/ext/simplexml/tests/ |
H A D | bug51615.phpt | 21 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in %s on line %d 23 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in %s on line %d
|
H A D | gh14638.phpt | 21 Warning: SimpleXMLElement::__construct(): Entity: line 1: parser error : Start tag expected, '<' no…
|
/php-src/ext/dom/tests/modern/spec/ |
H A D | serialize_non_default_empty_xmlns.phpt | 14 Warning: Dom\XMLDocument::createFromString(): xmlns:a: ' ' is not a valid URI in Entity, line: 1 in…
|
/php-src/ext/dom/tests/modern/html/interactions/ |
H A D | HTMLDocument_clone.phpt | 20 …ment::createFromString(): tree error unexpected-token-in-initial-mode in Entity, line: 1, column: …
|
/php-src/ext/dom/tests/bug79701/ |
H A D | remove_attribute.phpt | 19 Warning: Dom\XMLDocument::createFromString(): ID x already defined in Entity, line: 3 in %s on line…
|