Home
last modified time | relevance | path

Searched refs:ENT_NOQUOTES (Results 1 – 14 of 14) sorted by relevance

/PHP-5.3/ext/standard/tests/strings/
H A Dbug53021.phpt2 Bug #53021 (Failure to convert numeric entities with ENT_NOQUOTES and ISO-8859-1)
7 echo html_entity_decode(""", ENT_NOQUOTES, 'UTF-8'), "\n";
8 echo html_entity_decode(""", ENT_NOQUOTES, 'UTF-8'), "\n";
15 echo html_entity_decode("'", ENT_NOQUOTES, 'UTF-8'), "\n";
H A Dhtmlspecialchars_basic.phpt23 echo "Test 6: " . htmlspecialchars ($s1,ENT_NOQUOTES);
24 echo "Test 7: " . htmlspecialchars ($s2,ENT_NOQUOTES);
25 echo "Test 8: " . htmlspecialchars ($s3,ENT_NOQUOTES);
26 echo "Test 9: " . htmlspecialchars ($s4,ENT_NOQUOTES);
27 echo "Test 10: " . htmlspecialchars ($s5,ENT_NOQUOTES);
40 echo "Test 21: " . htmlspecialchars ($s1,ENT_NOQUOTES, "ISO-8859-1");
49 echo "Test 25: " . htmlspecialchars ($s1,ENT_NOQUOTES, "ISO-8859-1", false);
50 echo "Test 26: " . htmlspecialchars ($s2,ENT_NOQUOTES, "ISO-8859-1", false);
51 echo "Test 27: " . htmlspecialchars ($s3,ENT_NOQUOTES, "ISO-8859-1", false);
54 echo "Test 28: " . htmlspecialchars ($s1, ENT_NOQUOTES, "ISO-8859-1", true);
[all …]
H A Dget_html_translation_table_basic3.phpt24 echo "-- with table = HTML_SPECIALCHARS & quote_style = ENT_NOQUOTES --\n";
25 $quote_style = ENT_NOQUOTES;
56 -- with table = HTML_SPECIALCHARS & quote_style = ENT_NOQUOTES --
H A Dhtmlspecialchars_decode_basic.phpt25 var_dump( htmlspecialchars_decode($single_quote_string, ENT_NOQUOTES) );
26 var_dump( htmlspecialchars_decode($double_quote_string, ENT_NOQUOTES) );
H A Dhtmlspecialchars_decode_variation5.phpt30 var_dump( htmlspecialchars_decode($value, ENT_NOQUOTES) );
H A Dhtmlspecialchars_decode_variation4.phpt31 var_dump( htmlspecialchars_decode($value, ENT_NOQUOTES) );
H A Dget_html_translation_table_basic2.phpt29 echo "-- with table = HTML_ENTITIES & quote_style = ENT_NOQUOTES --\n";
30 $quote_style = ENT_NOQUOTES;
1054 -- with table = HTML_ENTITIES & quote_style = ENT_NOQUOTES --
/PHP-5.3/ext/simplexml/tests/
H A Dbug38424.phpt13 $xml["a1"] = htmlspecialchars($str,ENT_NOQUOTES) ;
15 $xml["a2"] = htmlspecialchars($str,ENT_NOQUOTES) ;
/PHP-5.3/ext/standard/
H A Dhtml.h31 #define ENT_NOQUOTES ENT_HTML_QUOTE_NONE macro
H A Dhtml.c1306 REGISTER_LONG_CONSTANT("ENT_NOQUOTES", ENT_NOQUOTES, CONST_PERSISTENT|CONST_CS); in register_html_constants()
/PHP-5.3/ext/standard/tests/file/
H A Dhtmlentities19.phpt18 var_dump( htmlentities("\x82\x86\x99\x9f\x80\x82\x81", ENT_NOQUOTES, NULL) );
35 var_dump( htmlentities($str, ENT_NOQUOTES) );
H A Dhtmlspecialchars.phpt17 var_dump( htmlspecialchars("<br>", ENT_NOQUOTES, NULL) );
35 var_dump( htmlspecialchars($str, ENT_NOQUOTES) );
/PHP-5.3/ext/filter/
H A Dsanitizing_filters.c258 quotes = ENT_NOQUOTES; in php_filter_full_special_chars()
/PHP-5.3/
H A DNEWS1573 with ENT_NOQUOTES and ISO-8859-1). Fixed and extended the fix of
1574 ENT_NOQUOTES in html_entity_decode that had introduced the bug (rev
1576 decode &#34; if ENT_NOQUOTES is given. (Gustavo)
6561 ENT_NOQUOTES is given). (Ilia)

Completed in 49 milliseconds