/php-src/ext/standard/tests/strings/ |
H A D | bug60965.phpt | 10 …quot;"""""""""""""""&qu…
|
H A D | htmlspecialchars_basic.phpt | 41 $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: &quot;&amp;xyz&gt;abc&quot; [all …]
|
H A D | htmlspecialchars_decode_basic.phpt | 10 …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's height. 13 < 25. 1111 & 0000 = 0000. " double quoted string "" 34 …#039;s height > Sam's height. 13 < 25. 1111 & 0000 = 0000. " double quoted string ""
|
H A D | bug53021.phpt | 7 echo html_entity_decode(""", ENT_NOQUOTES, 'UTF-8'), "\n"; 9 echo html_entity_decode(""", ENT_QUOTES, 'UTF-8'), "\n"; 11 echo html_entity_decode(""", ENT_COMPAT, 'UTF-8'), "\n"; 13 echo html_entity_decode("""), "\n"; 28 "
|
H A D | htmlspecialchars_decode_variation3.phpt | 25 "This is a double quoted string" 32 " heredoc\ndouble quoted string. with\vdifferent\fwhite\vspaces" 38 "string" 1111\t & 0000\t = 0000\n; 45 'strings in single quote' "
|
H A D | htmlspecialchars_decode_variation5.phpt | 12 …39s height > Sam's \$height... 1111 ≈ 0000 = 0000... " double quote string "", 13 …9;s height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string "", 37 …oy's height > Sam's $height... 1111 ≈ 0000 = 0000... " double quote string "" 48 " double quote string ""
|
H A D | htmlspecialchars_decode_variation4.phpt | 13 …39s height > Sam's \$height... 1111 ≈ 0000 = 0000... " double quote string "', 14 …9;s height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string "', 38 …y's height > Sam's \$height... 1111 ≈ 0000 = 0000... " double quote string "" 43 …Roy's height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string ""
|
H A D | htmlspecialchars_decode_variation7.phpt | 6 """, """, """, 85 " DECODED 103 " DECODED 121 " DECODED 139 " DECODED 157 " NOT DECODED 175 " DECODED
|
H A D | htmlentities.phpt | 16 <>"&�� 17 <>"&åÄ
|
H A D | get_html_translation_table_basic8.phpt | 56 ["] => " 69 ["] => " 82 string(6) """
|
H A D | htmlentities19.phpt | 23 string(9) "�"" 25 string(9) "�""
|
/php-src/sapi/cgi/tests/ |
H A D | 012.phpt | 83 …> <b>Parse error</b>: syntax error, unexpected token "private", expecting "{"… 91 …> <b>Parse error</b>: syntax error, unexpected token "private", expecting "{"… 94 …> <b>Parse error</b>: syntax error, unexpected token "private", expecting "{"… 101 …> <b>Parse error</b>: syntax error, unexpected token "private", expecting "{"… 109 …> <b>Parse error</b>: syntax error, unexpected token "private", expecting "{"… 112 …> <b>Parse error</b>: syntax error, unexpected token "private", expecting "{"…
|
/php-src/ext/pcre/tests/ |
H A D | 006.phpt | 9 $text = '[CODE]<td align="$stylevar[right]">[/CODE]'; 21 string(58) "[CODE]<td align="$stylevar[right]">[/CODE]" 23 string(58) "[CODE]<td align="$stylevar[right]">[/CODE]"
|
/php-src/ext/bcmath/libbcmath/src/ |
H A D | divmod.c | 44 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 D | div.c | 308 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 D | gh10234.phpt | 79 string(57) "<element attribute="quote '"test"'"></element> 83 string(74) "<element attribute="quote '"test"'">hello & world</element> 86 string(78) "<element attribute="quote '"test"'"><b>hi</b></element> 89 string(69) "<element attribute="quote '"test"'">quote "test"</element> 92 string(69) "<element attribute="quote '"test"'">quote 'test'</element>
|
/php-src/ext/bcmath/tests/ |
H A D | bcdivmod.phpt | 25 [$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 D | bcdiv_by_one.phpt | 19 $quot = bcdiv($dividend, $divisor, $scale); 20 $quot_label = str_pad($quot, $scale + 2 + ($scale ? 1 : 0), ' ', STR_PAD_LEFT);
|
H A D | bcdiv_by_pow_10.phpt | 19 $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 D | 007.phpt | 31 …<ns1:child1 ns1:att1="a&b" att2="double" single'" ns1:att2="<>"'&" xmlns:n… 32 <chars>special characters: <>"'&</chars>
|
H A D | OO_007.phpt | 32 …<ns1:child1 ns1:att1="a&b" att2="double" single'" ns1:att2="<>"'&" xmlns:n… 33 <chars>special characters: <>"'&</chars>
|
H A D | OO_010.phpt | 29 <ns1:child1 ns1:att1="<>"'&" xmlns:ns1="urn:ns1"> 30 <chars>special characters: <>"'&</chars>
|
H A D | 011.phpt | 28 <ns1:child1 ns1:att1="<>"'&" xmlns:ns1="urn:ns1"> 29 <chars>special characters: <>"'&</chars>
|
/php-src/sapi/cli/tests/ |
H A D | gh13113.phpt | 38 <b>Parse error</b>: syntax error, unexpected identifier "bar" in <b>%sindex.php</b> on l…
|
/php-src/ext/fileinfo/tests/ |
H A D | bug68996.phpt | 17 <b>Warning</b>: finfo_open(): Failed to load magic database at "%s�c" in <b>%s</b> on li…
|