Searched refs:entities (Results 1 – 25 of 66) sorted by relevance
123
/php-src/ext/dom/tests/compareDocumentPosition/ |
H A D | entity.phpt | 20 $entities = iterator_to_array($dom->doctype->entities); 21 usort($entities, fn ($a, $b) => strcmp($a->nodeName, $b->nodeName)); 23 echo "--- Compare entities ---\n"; 25 var_dump($entities[0]->compareDocumentPosition($entities[1]) === DOMNode::DOCUMENT_POSITION_FOLLOWI… 26 var_dump($entities[1]->compareDocumentPosition($entities[0]) === DOMNode::DOCUMENT_POSITION_PRECEDI… 31 echo "--- Compare entities against first child ---\n"; 33 var_dump($entities[0]->compareDocumentPosition($child->firstChild) === DOMNode::DOCUMENT_POSITION_F… 36 echo "--- Compare first child against entities ---\n"; 43 --- Compare entities --- 46 --- Compare entities against first child --- [all …]
|
/php-src/ext/standard/tests/strings/ |
H A D | htmlentities21.phpt | 136 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 139 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 142 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 145 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 148 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 151 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 154 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 157 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 160 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 163 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… [all …]
|
H A D | htmlentities23.phpt | 31 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 38 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 45 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 52 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 59 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 66 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 73 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 80 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 87 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 94 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… [all …]
|
H A D | htmlentities22.phpt | 2 htmlentities() / htmlspecialchars() ENT_DISALLOWED with entities and no double encode 256 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 259 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 262 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 265 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 268 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 271 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 274 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 277 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 280 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… [all …]
|
H A D | bug73817.phpt | 5 $entities = get_html_translation_table( HTML_ENTITIES, ENT_QUOTES | ENT_HTML5); 6 foreach ($entities as $entity) {
|
H A D | html_entity_decode1.phpt | 2 html_entity_decode: Decoding of entities after invalid entities
|
H A D | htmlentities.phpt | 2 HTML entities of ISO-8859 chars
|
H A D | get_html_translation_table_basic9.phpt | 6 echo "*** Only basic entities supported! ***\n"; 49 *** Only basic entities supported! ***
|
H A D | htmlentities09.phpt | 17 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
|
H A D | htmlentities08.phpt | 17 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
|
/php-src/ext/mbstring/tests/ |
H A D | htmlent_encoding.phpt | 8 /* Using mbstring to convert strings to and from HTML entities has already been deprecated 57 Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspeci… 59 Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspeci… 61 Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspeci… 63 Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspeci… 65 Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspeci… 67 Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspeci…
|
H A D | mb_decode_numericentity.phpt | 2 Test mb_decode_numericentity() function : Convert HTML entities to text 43 // Numeric entities which are truncated at end of string 52 // Try with hex, not just decimal entities 100 test("Successive hex entities", "22", "22", [0, 0xFFFF, 0, 0xFFFF], 'ASCII'); 116 // First try invalid decimal/hex entities 121 // Now try valid decimal/hex entities 128 // Try huge entities, big enough to fill an entire buffer 174 Successive hex entities: string(11) "22" => string(2) "22" (Good)
|
H A D | bug71606.phpt | 11 Deprecated: mb_strcut(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, h…
|
H A D | bug45722.phpt | 10 Deprecated: mb_check_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecial…
|
H A D | mb_encode_numericentity_large_ints.phpt | 10 // Regression test; the old implementation could only emit hexadecimal entities with about 5 digits
|
/php-src/ext/dom/tests/ |
H A D | DOMDocumentType_entities_error_001.phpt | 2 DOMDocumentType::entities with invalid state. 12 $doctype->entities;
|
H A D | DOMDocumentType_basic_001.phpt | 23 // Access entities and notations with values. 35 $entities = $doctype->entities; 36 $entity = $entities->item(0);
|
H A D | dom005.phpt | 26 html files with undeclared entities  32 html files with undeclared entities
|
H A D | DOMDocument_resolveExternals_basic.phpt | 21 echo "DOMDocument with external entities created\n"; 44 DOMDocument with external entities created
|
H A D | DOMEntity_fields.phpt | 25 $entities = iterator_to_array($dom->doctype->entities); 26 ksort($entities); 28 foreach ($entities as $entity) {
|
/php-src/ext/dom/tests/delayed_freeing/ |
H A D | entity_declaration.phpt | 18 $entity1 = $doc->doctype->entities[0]; 19 $entity2 = $doc->doctype->entities[1];
|
/php-src/ext/dom/tests/modern/spec/ |
H A D | Document_implementation_createDocumentType.phpt | 31 ["entities"]=> 82 ["entities"]=> 133 ["entities"]=> 184 ["entities"]=>
|
/php-src/ext/dom/tests/modern/xml/ |
H A D | DTDNamedNodeMap.phpt | 22 var_dump($doctype->entities["test"]); 23 var_dump($doctype->entities["myimage"]); 32 ["entities"]=>
|
/php-src/ext/xml/tests/ |
H A D | bug26528.phpt | 2 Bug #26528 (HTML entities are not being decoded)
|
H A D | bug30875.phpt | 2 Bug #30875 (xml_parse_into_struct() does not resolve entities)
|
Completed in 30 milliseconds
123