Home
last modified time | relevance | path

Searched refs:entities (Results 1 – 25 of 57) sorted by relevance

123

/PHP-8.3/ext/standard/tests/strings/
H A Dhtmlentities21.phpt136 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 Dhtmlentities23.phpt31 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 Dhtmlentities22.phpt2 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 Dbug73817.phpt5 $entities = get_html_translation_table( HTML_ENTITIES, ENT_QUOTES | ENT_HTML5);
6 foreach ($entities as $entity) {
H A Dhtml_entity_decode1.phpt2 html_entity_decode: Decoding of entities after invalid entities
H A Dhtmlentities.phpt2 HTML entities of ISO-8859 chars
H A Dget_html_translation_table_basic9.phpt6 echo "*** Only basic entities supported! ***\n";
49 *** Only basic entities supported! ***
H A Dhtmlentities09.phpt17 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
H A Dhtmlentities14.phpt15 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
H A Dhtmlentities08.phpt17 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
H A Dhtmlentities13.phpt15 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
H A Dbug60965.phpt2 Bug #60965: Buffer overflow on htmlspecialchars/entities with $double=false
/PHP-8.3/ext/mbstring/tests/
H A Dhtmlent_encoding.phpt8 /* 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 Dbug71606.phpt11 Deprecated: mb_strcut(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, h…
H A Dbug45722.phpt10 Deprecated: mb_check_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecial…
H A Dmb_decode_numericentity.phpt2 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", "&#x322", "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) "&#x322" => string(2) "22" (Good)
/PHP-8.3/ext/dom/tests/
H A DDOMDocumentType_entities_error_001.phpt2 DOMDocumentType::entities with invalid state.
12 $doctype->entities;
H A DDOMDocumentType_basic_001.phpt23 // Access entities and notations with values.
35 $entities = $doctype->entities;
36 $entity = $entities->item(0);
H A DDOMEntity_fields.phpt25 $entities = iterator_to_array($dom->doctype->entities);
26 ksort($entities);
28 foreach ($entities as $entity) {
H A Ddom005.phpt26 html files with undeclared entities 
32 html files with undeclared entities 
H A DDOMDocument_resolveExternals_basic.phpt21 echo "DOMDocument with external entities created\n";
44 DOMDocument with external entities created
/PHP-8.3/ext/dom/tests/delayed_freeing/
H A Dentity_declaration.phpt18 $entity1 = $doc->doctype->entities[0];
19 $entity2 = $doc->doctype->entities[1];
/PHP-8.3/ext/xml/tests/
H A Dbug26528.phpt2 Bug #26528 (HTML entities are not being decoded)
H A Dbug30875.phpt2 Bug #30875 (xml_parse_into_struct() does not resolve entities)
/PHP-8.3/ext/simplexml/tests/
H A D023.phpt2 SimpleXML: Attributes with entities

Completed in 24 milliseconds

123