Searched refs:entities (Results 1 – 25 of 52) sorted by relevance
123
/PHP-8.2/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…
|
H A D | htmlentities13.phpt | 15 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
|
H A D | htmlentities14.phpt | 15 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
|
H A D | bug60965.phpt | 2 Bug #60965: Buffer overflow on htmlspecialchars/entities with $double=false
|
/PHP-8.2/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 | 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_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 107 test("Successive hex entities", "22", "22", [0, 0xFFFF, 0, 0xFFFF], 'ASCII'); 143 // First try invalid decimal/hex entities 148 // Now try valid decimal/hex entities 155 // Try huge entities, big enough to fill an entire buffer 202 Successive hex entities: string(11) "22" => string(2) "22" (Good)
|
H A D | mb_encode_numericentity.phpt | 2 Test mb_encode_numericentity() function: Convert text to HTML entities 60 // Regression test; the old implementation could only emit decimal entities with about 7 digits 64 // Regression test; the old implementation could only emit hexadecimal entities with about 5 digits
|
/PHP-8.2/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 | DOMEntity_fields.phpt | 25 $entities = iterator_to_array($dom->doctype->entities); 26 ksort($entities); 28 foreach ($entities as $entity) {
|
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
|
/PHP-8.2/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)
|
/PHP-8.2/ext/simplexml/tests/ |
H A D | 023.phpt | 2 SimpleXML: Attributes with entities
|
Completed in 38 milliseconds
123