Home
last modified time | relevance | path

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

123

/php-src/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;"
/php-src/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-src/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-src/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.c308 char *qptr = (*quot)->n_value; in bc_do_div()
338 bc_free_num(quot); in bc_divide()
342 *quot = bc_copy_num(BCG(_zero_)); in bc_divide()
350 char *qptr = (*quot)->n_value; in bc_divide()
353 _bc_rm_leading_zeros(*quot); in bc_divide()
426 *quot = bc_copy_num(BCG(_zero_)); in bc_divide()
448 *quot = bc_copy_num(BCG(_zero_)); in bc_divide()
462 char *qptr = (*quot)->n_value; in bc_divide()
486 _bc_rm_leading_zeros(*quot); in bc_divide()
487 if (bc_is_zero(*quot)) { in bc_divide()
[all …]
/php-src/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-src/ext/bcmath/tests/
H A Dbcdivmod.phpt25 [$quot, $rem] = bcdivmod($firstTerm, $secondTerm, $scale);
29 if (bccomp($quot, $div_ret) !== 0) {
31 var_dump($firstTerm, $secondTerm, $scale, $quot, $rem, $div_ret, $mod_ret);
37 var_dump($firstTerm, $secondTerm, $scale, $quot, $rem, $div_ret, $mod_ret);
H A Dbcdiv_by_one.phpt19 $quot = bcdiv($dividend, $divisor, $scale);
20 $quot_label = str_pad($quot, $scale + 2 + ($scale ? 1 : 0), ' ', STR_PAD_LEFT);
H A Dbcdiv_by_pow_10.phpt19 $quot = bcdiv($dividend, $divisor, $scale);
20 $quot_label = str_pad($quot, $scale + 7 + ($scale ? 1 : 0), ' ', STR_PAD_LEFT);
/php-src/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>
/php-src/sapi/cli/tests/
H A Dgh13113.phpt38 <b>Parse error</b>: syntax error, unexpected identifier &quot;bar&quot; in <b>%sindex.php</b> on l…
/php-src/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…

Completed in 39 milliseconds

123