Home
last modified time | relevance | path

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

12

/PHP-5.5/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-5.5/ext/standard/tests/strings/
H A Dparse_str_basic3.phpt58 $s1 = "sum=10%5c2%3d5";
60 var_dump($sum);
H A Dhtmlentities_html4.phpt274 &sum; U+02211
H A Dhtmlentities_html5.phpt721 &sum; U+02211
H A Dget_html_translation_table_basic5.phpt1404 [∑] => &sum;
H A Dget_html_translation_table_basic7.phpt273 [∑] => &sum;
H A Dget_html_translation_table_basic1.phpt472 string(5) "&sum;"
/PHP-5.5/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-5.5/ext/standard/
H A Dstring.c3245 int sum; local
3249 if ((sum = max)) {
3251 sum += php_similar_char(txt1, pos1,
3255 sum += php_similar_char(txt1 + pos1 + max, len1 - pos1 - max,
3260 return sum;
H A Dcrypt_sha256.c703 char sum[32]; in main() local
714 sha256_finish_ctx(&ctx, sum); in main()
715 if (memcmp(tests[cnt].result, sum, 32) != 0) { in main()
724 sha256_finish_ctx(&ctx, sum); in main()
725 if (memcmp(tests[cnt].result, sum, 32) != 0) { in main()
739 sha256_finish_ctx(&ctx, sum); in main()
741 if (memcmp(expected, sum, 32) != 0) { in main()
H A Dcrypt_sha512.c767 char sum[64]; in main() local
781 sha512_finish_ctx (&ctx, sum); in main()
782 if (memcmp (tests[cnt].result, sum, 64) != 0) { in main()
791 sha512_finish_ctx (&ctx, sum); in main()
792 if (memcmp (tests[cnt].result, sum, 64) != 0) { in main()
806 sha512_finish_ctx (&ctx, sum); in main()
807 if (memcmp (expected, sum, 64) != 0) { in main()
/PHP-5.5/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
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c98192 AGGREGATE(sum, 1, 0, 0, sumStep, sumFinalize ),

Completed in 463 milliseconds

12