Home
last modified time | relevance | path

Searched refs:quot (Results 1 – 25 of 48) sorted by relevance

12

/PHP-8.3/ext/standard/tests/strings/
H A Dbug60965.phpt10quot;"""""""""""""""&qu…
H A Dhtmlspecialchars_basic.phpt41 $s1 = ""&xyz>abc"\n";
42 $s2 = ""&123<456"\n";
56 Test 1: abc<>"&
57 Test 2: &&abc<>"&
58 Test 3: a>,\<bc<>"&
66 Test 11: abc<>"&
71 Test 16: abc<>"&
84 Test 25: "&xyz>abc"
85 Test 26: "&123<456"
89 Test 28: "&xyz>abc"
[all …]
H A Dhtmlspecialchars_decode_basic.phpt10 …ht > Sam's height. 13 < 25. 1111 & 0000 = 0000. " double quoted string "";
11 …ht > Sam's height. 13 < 25. 1111 & 0000 = 0000. " double quoted string "";
33 …#039;s height > Sam&#039;s height. 13 < 25. 1111 & 0000 = 0000. &quot; double quoted string &quot;"
34 …#039;s height > Sam&#039;s height. 13 < 25. 1111 & 0000 = 0000. &quot; double quoted string &quot;"
H A Dbug53021.phpt7 echo html_entity_decode("&quot;", ENT_NOQUOTES, 'UTF-8'), "\n";
9 echo html_entity_decode("&quot;", ENT_QUOTES, 'UTF-8'), "\n";
11 echo html_entity_decode("&quot;", ENT_COMPAT, 'UTF-8'), "\n";
13 echo html_entity_decode("&quot;"), "\n";
28 &quot;
H A Dhtmlspecialchars_decode_variation3.phpt25 &quot;This is a double quoted string&quot;
32 &quot; heredoc\ndouble quoted string. with\vdifferent\fwhite\vspaces&quot;
38 &quot;string&quot; 1111\t &amp; 0000\t = 0000\n;
45 'strings in single quote' &quot;
H A Dhtmlspecialchars_decode_variation5.phpt12 …39s height &gt; Sam&#039;s \$height... 1111 &ap; 0000 = 0000... &quot; double quote string &quot;",
13 …9;s height &gt; Sam&#039;s height... \t\t 13 &lt; 15...\n\r &quot; double quote\f\v string &quot;",
37 …oy&#039s height > Sam&#039;s $height... 1111 &ap; 0000 = 0000... &quot; double quote string &quot;"
48 &quot; double quote string &quot;"
H A Dhtmlspecialchars_decode_variation4.phpt13 …39s height &gt; Sam&#039;s \$height... 1111 &ap; 0000 = 0000... &quot; double quote string &quot;',
14 …9;s height &gt; Sam&#039;s height... \t\t 13 &lt; 15...\n\r &quot; double quote\f\v string &quot;',
38 …y&#039s height > Sam&#039;s \$height... 1111 &ap; 0000 = 0000... &quot; double quote string &quot;"
43 …Roy&#039;s height > Sam&#039;s height... \t\t 13 < 15...\n\r &quot; double quote\f\v string &quot;"
H A Dhtmlspecialchars_decode_variation7.phpt6 "&quot;", "&#x22;", "&#34;",
85 &quot; DECODED
103 &quot; DECODED
121 &quot; DECODED
139 &quot; DECODED
157 &quot; NOT DECODED
175 &quot; DECODED
H A Dhtmlentities.phpt16 &lt;&gt;&quot;&amp;��
17 &lt;&gt;&quot;&amp;&aring;&Auml;
H A Dget_html_translation_table_basic8.phpt56 ["] => &quot;
69 ["] => &quot;
82 string(6) "&quot;"
H A Dhtmlentities19.phpt23 string(9) "�&quot;"
25 string(9) "�&quot;"
H A Dget_html_translation_table_basic9.phpt58 ["] => &quot;
71 ["] => &quot;
84 string(6) "&quot;"
/PHP-8.3/sapi/cgi/tests/
H A D012.phpt83 …> <b>Parse error</b>: syntax error, unexpected token &quot;private&quot;, expecting &quot;{&quot;…
91 …> <b>Parse error</b>: syntax error, unexpected token &quot;private&quot;, expecting &quot;{&quot;…
94 …> <b>Parse error</b>: syntax error, unexpected token &quot;private&quot;, expecting &quot;{&quot;…
101 …> <b>Parse error</b>: syntax error, unexpected token &quot;private&quot;, expecting &quot;{&quot;…
109 …> <b>Parse error</b>: syntax error, unexpected token &quot;private&quot;, expecting &quot;{&quot;…
112 …> <b>Parse error</b>: syntax error, unexpected token &quot;private&quot;, expecting &quot;{&quot;…
/PHP-8.3/ext/pcre/tests/
H A D006.phpt9 $text = '[CODE]&lt;td align=&quot;$stylevar[right]&quot;&gt;[/CODE]';
21 string(58) "[CODE]&lt;td align=&quot;$stylevar[right]&quot;&gt;[/CODE]"
23 string(58) "[CODE]&lt;td align=&quot;$stylevar[right]&quot;&gt;[/CODE]"
/PHP-8.3/ext/bcmath/libbcmath/src/
H A Ddivmod.c44 bool bc_divmod(bc_num num1, bc_num num2, bc_num *quot, bc_num *rem, size_t scale) in bc_divmod() argument
61 if (quot) { in bc_divmod()
68 if (quot) { in bc_divmod()
69 bc_free_num (quot); in bc_divmod()
70 *quot = quotient; in bc_divmod()
H A Ddiv.c79 bool bc_divide(bc_num n1, bc_num n2, bc_num *quot, int scale) in bc_divide() argument
102 bc_free_num (quot); in bc_divide()
103 *quot = qval; in bc_divide()
241 bc_free_num(quot); in bc_divide()
242 *quot = qval; in bc_divide()
/PHP-8.3/ext/dom/tests/
H A Dgh10234.phpt79 string(57) "<element attribute="quote '&quot;test&quot;'"></element>
83 string(74) "<element attribute="quote '&quot;test&quot;'">hello &amp; world</element>
86 string(78) "<element attribute="quote '&quot;test&quot;'">&lt;b&gt;hi&lt;/b&gt;</element>
89 string(69) "<element attribute="quote '&quot;test&quot;'">quote "test"</element>
92 string(69) "<element attribute="quote '&quot;test&quot;'">quote 'test'</element>
/PHP-8.3/ext/xmlwriter/tests/
H A D007.phpt31 …<ns1:child1 ns1:att1="a&amp;b" att2="double&quot; single'" ns1:att2="&lt;&gt;&quot;'&amp;" xmlns:n…
32 <chars>special characters: &lt;&gt;&quot;'&amp;</chars>
H A DOO_007.phpt32 …<ns1:child1 ns1:att1="a&amp;b" att2="double&quot; single'" ns1:att2="&lt;&gt;&quot;'&amp;" xmlns:n…
33 <chars>special characters: &lt;&gt;&quot;'&amp;</chars>
H A DOO_010.phpt29 <ns1:child1 ns1:att1="&lt;&gt;&quot;'&amp;" xmlns:ns1="urn:ns1">
30 <chars>special characters: &lt;&gt;&quot;'&amp;</chars>
H A D011.phpt28 <ns1:child1 ns1:att1="&lt;&gt;&quot;'&amp;" xmlns:ns1="urn:ns1">
29 <chars>special characters: &lt;&gt;&quot;'&amp;</chars>
H A D012.phpt30 <ns1:child1 ns1:att1="&lt;&gt;&quot;'&amp;" xmlns:ns1="urn:ns1">
31 <chars>special characters: &lt;&gt;&quot;'&amp;</chars>
H A DOO_011.phpt31 <ns1:child1 ns1:att1="&lt;&gt;&quot;'&amp;" xmlns:ns1="urn:ns1">
32 <chars>special characters: &lt;&gt;&quot;'&amp;</chars>
/PHP-8.3/ext/fileinfo/tests/
H A Dbug68996.phpt17 <b>Warning</b>: finfo_open(): Failed to load magic database at &quot;%s�c&quot; in <b>%s</b> on li…
/PHP-8.3/ext/standard/html_tables/
H A Dents_basic.txt1 quot 22

Completed in 60 milliseconds

12