Home
last modified time | relevance | path

Searched refs:count (Results 326 – 350 of 1230) sorted by relevance

1...<<11121314151617181920>>...50

/PHP-5.5/tests/lang/operators/
H A Doperator_gt_variation.phpt29 for ($i = 0; $i < count($validGreaterThan); $i +=2) {
43 for ($i = 0; $i < count($invalidGreaterThan); $i +=2) {
H A Doperator_gt_variation_64bit.phpt29 for ($i = 0; $i < count($validGreaterThan); $i +=2) {
43 for ($i = 0; $i < count($invalidGreaterThan); $i +=2) {
H A Doperator_lt_variation.phpt27 for ($i = 0; $i < count($validLessThan); $i +=2) {
41 for ($i = 0; $i < count($invalidLessThan); $i +=2) {
H A Doperator_lt_variation_64bit.phpt27 for ($i = 0; $i < count($validLessThan); $i +=2) {
41 for ($i = 0; $i < count($invalidLessThan); $i +=2) {
/PHP-5.5/ext/standard/tests/strings/
H A Dprint_variation1.phpt72 $count = 1;
74 echo "-- Iteration $count --\n";
78 $count ++;
H A Dsprintf_variation29.phpt38 $count = 1;
40 echo "\n-- Iteration $count --\n";
45 $count++;
H A Dsprintf_variation29_64bit.phpt34 $count = 1;
36 echo "\n-- Iteration $count --\n";
41 $count++;
H A Dstripslashes_variation3.phpt52 $count = 1;
55 echo "\n-- Iteration $count --\n";
57 $count ++;
H A Dstrtok_variation4.phpt35 for($count = 1; $count <= 5; $count++) {
H A Dget_html_translation_table_basic6.phpt14 var_dump( count($tt) );
20 var_dump( count($tt) );
25 var_dump( count($tt) );
31 var_dump( count($tt) );
H A Dstripos_variation1.phpt75 $count = 1;
76 for($index=0; $index<count($needle); $index++) {
77 echo "-- Iteration $count --\n";
80 $count++;
H A Dstrrchr_variation9.phpt121 $count = 1;
122 for($index = 0; $index < count($haystacks); $index++) {
123 echo "-- Iteration $count --\n";
125 $count ++;
H A Dsetlocale_variation2.phpt18 /* setlocale() to set all available locales in the system and check the success count */
60 //set locale to $value, if success, count increments
70 echo "No of locales found on the machine = ".count($all_system_locales)."\n";
76 if($success_count != count($all_system_locales)){
H A Dstrrchr_variation1.phpt76 $count = 1;
77 for($index=0; $index<count($needle); $index++) {
78 echo "\n-- Iteration $count --\n";
80 $count++;
H A Dbin2hex_variation1.phpt69 $count = 1;
71 echo "-- Iteration $count --\n";
73 $count ++;
H A Dcrc32_variation4.phpt82 $count = 1;
84 echo "\n-- Iteration $count --\n";
86 $count++;
H A Dhebrev_variation1.phpt72 $count = 1;
75 echo "-- Iteration $count --\n";
77 $count ++;
H A Dhebrevc_variation1.phpt72 $count = 1;
75 echo "-- Iteration $count --\n";
77 $count ++;
H A Dord_variation1.phpt71 $count = 1;
73 echo "-- Iteration $count --\n";
75 $count ++;
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation11.phpt58 $source = '<?php for($count=0; $count < 5; $count++) {
59 echo $count;
691 string(6) "$count"
722 string(6) "$count"
771 string(6) "$count"
830 string(6) "$count"
/PHP-5.5/ext/standard/tests/file/
H A Dfile.inc156 $count = no. of files, default is 1
166 $count = 1,
174 if( $count <= 0 )
191 int $count = 1,
234 $count = 1,
280 $return_value['filled'] = $count;
454 numeric starting from suffix upto count
455 $count = number of files to be deleted
463 $count = 1,
498 numeric starting from $link_name_suffix upto count
[all …]
H A Dfileperms_variation3.phpt38 $count = 1;
41 echo "- Iteration $count -\n";
44 $count++;
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp59 int32_t& count);
67 int32_t& count) { in getArgTypeList() argument
68 return m.getArgTypeList(count); in getArgTypeList()
321 int32_t count; in umsg_set_timezone() local
332 formats = mf->getFormats(count); in umsg_set_timezone()
339 for (int i = 0; U_SUCCESS(err.code) && i < count; i++) { in umsg_set_timezone()
639 U_CFUNC void umsg_parse_helper(UMessageFormat *fmt, int *count, zval ***args, UChar *source, int so… in umsg_parse_helper() argument
642 Formattable *fargs = ((const MessageFormat*)fmt)->parse(srcString, *count, *status); in umsg_parse_helper()
648 *args = (zval **)safe_emalloc(*count, sizeof(zval *), 0); in umsg_parse_helper()
651 for(int32_t i = 0; i < *count; i++) { in umsg_parse_helper()
/PHP-5.5/ext/json/tests/
H A Djson_decode_basic.phpt42 $count = 1;
44 echo "-- Iteration $count --\n";
47 $count ++;
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_edit_basic.phpt5 …ype : proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
19 '5', $count)); //limits to 5 replacements returns 444444789
20 var_dump($count); //counts the number of replacements made (5)

Completed in 103 milliseconds

1...<<11121314151617181920>>...50