Home
last modified time | relevance | path

Searched refs:sum (Results 1 – 25 of 39) sorted by last modified time

12

/PHP-7.0/tests/lang/
H A D023.phpt127 Each array variable should be equal to the sum of its indices:<br>
H A D024.phpt470 Each array variable should be equal to the sum of its indices:
695 Each array variable should be equal to the sum of its indices:
920 Each array variable should be equal to the sum of its indices:
1145 Each array variable should be equal to the sum of its indices:
1370 Each array variable should be equal to the sum of its indices:
1595 Each array variable should be equal to the sum of its indices:
1820 Each array variable should be equal to the sum of its indices:
2045 Each array variable should be equal to the sum of its indices:
2270 Each array variable should be equal to the sum of its indices:
2495 Each array variable should be equal to the sum of its indices:
[all …]
/PHP-7.0/sapi/phpdbg/
H A Dxml.md642 - &lt;watchsize> inspects size variations of an array (the sum):
/PHP-7.0/ext/standard/tests/strings/
H A Dparse_str_basic3.phpt58 $s1 = "sum=10%5c2%3d5";
60 var_dump($sum);
H A Dhtmlentities_html5.phpt721 &sum; U+02211
H A Dhtmlentities_html4.phpt274 &sum; U+02211
H A Dget_html_translation_table_basic1.phpt472 string(5) "&sum;"
H A Dget_html_translation_table_basic5.phpt1404 [∑] => &sum;
H A Dget_html_translation_table_basic7.phpt273 [∑] => &sum;
/PHP-7.0/ext/standard/tests/array/
H A Darray_walk_closure.phpt127 ["sum"]=>
131 ["sum"]=>
135 ["sum"]=>
143 ["sum"]=>
147 ["sum"]=>
151 ["sum"]=>
159 ["sum"]=>
163 ["sum"]=>
167 ["sum"]=>
175 ["sum"]=>
[all …]
H A Darray_sum_basic.phpt6 * Description: Returns the sum of the array entries
H A Darray_sum_error.phpt6 * Description: Returns the sum of the array entries
H A Darray_sum_variation1.phpt6 * Description: Returns the sum of the array entries
H A Darray_sum_variation2.phpt6 * Description: Returns the sum of the array entries
H A Darray_sum_variation3.phpt6 * Description: Returns the sum of the array entries
11 * sum of array containing different float values
H A Darray_sum_variation4.phpt6 * Description: Returns the sum of the array entries
H A Darray_sum_variation5.phpt6 * Description: Returns the sum of the array entries
H A Darray_sum_variation6.phpt6 * Description: Returns the sum of the array entries
H A Darray_sum_variation7.phpt6 * Description: Returns the sum of the array entries
/PHP-7.0/ext/standard/
H A Dstring.c3490 size_t sum; local
3494 if ((sum = max)) {
3496 sum += php_similar_char(txt1, pos1,
3500 sum += php_similar_char(txt1 + pos1 + max, len1 - pos1 - max,
3505 return sum;
H A Dcrypt_sha256.c696 char sum[32]; in main() local
707 sha256_finish_ctx(&ctx, sum); in main()
708 if (memcmp(tests[cnt].result, sum, 32) != 0) { in main()
717 sha256_finish_ctx(&ctx, sum); in main()
718 if (memcmp(tests[cnt].result, sum, 32) != 0) { in main()
732 sha256_finish_ctx(&ctx, sum); in main()
734 if (memcmp(expected, sum, 32) != 0) { in main()
H A Dcrypt_sha512.c761 char sum[64]; in main() local
775 sha512_finish_ctx (&ctx, sum); in main()
776 if (memcmp (tests[cnt].result, sum, 64) != 0) { in main()
785 sha512_finish_ctx (&ctx, sum); in main()
786 if (memcmp (tests[cnt].result, sum, 64) != 0) { in main()
800 sha512_finish_ctx (&ctx, sum); in main()
801 if (memcmp (expected, sum, 64) != 0) { in main()
/PHP-7.0/ext/standard/html_tables/
H A Dents_html401.txt182 sum 2211
H A Dents_html5.txt1890 sum 02211
H A Dents_xhtml.txt214 sum 2211

Completed in 110 milliseconds

12