Home
last modified time | relevance | path

Searched refs:count (Results 51 – 75 of 1146) sorted by relevance

12345678910>>...46

/PHP-7.4/ext/standard/tests/array/
H A Dbug48224.phpt6 $a1 = array_rand($a, count($a));
7 $a2 = array_rand($a, count($a));
8 $a3 = array_rand($a, count($a));
9 $a4 = array_rand($a, count($a));
/PHP-7.4/ext/standard/tests/strings/
H A Dchunk_split_variation13.phpt24 for($count = 0; $count < count($values); $count++) {
25 echo "-- Iteration $count --\n";
26 var_dump( chunk_split($values[$count]) );
/PHP-7.4/ext/hash/
H A Dhash_ripemd.c75 context->count[0] = context->count[1] = 0; in PHP_RIPEMD128Init()
90 context->count[0] = context->count[1] = 0; in PHP_RIPEMD256Init()
109 context->count[0] = context->count[1] = 0; in PHP_RIPEMD160Init()
125 context->count[0] = context->count[1] = 0; in PHP_RIPEMD320Init()
267 context->count[1]++; in PHP_RIPEMD128Update()
269 context->count[1] += ((uint32_t) inputLen >> 29); in PHP_RIPEMD128Update()
365 context->count[1]++; in PHP_RIPEMD256Update()
367 context->count[1] += ((uint32_t) inputLen >> 29); in PHP_RIPEMD256Update()
464 context->count[1]++; in PHP_RIPEMD160Update()
466 context->count[1] += ((uint32_t) inputLen >> 29); in PHP_RIPEMD160Update()
[all …]
H A Dphp_hash_sha.h38 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
54 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
65 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
76 uint64_t count[2]; /* number of bits, modulo 2^128 */ member
87 uint64_t count[2]; /* number of bits, modulo 2^128 */ member
H A Dphp_hash_ripemd.h26 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
32 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
38 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
44 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
/PHP-7.4/ext/ldap/tests/
H A Dldap_search_paged_result_controls.phpt42 ["count"]=>
48 ["count"]=>
55 ["count"]=>
64 ["count"]=>
71 ["count"]=>
80 ["count"]=>
86 ["count"]=>
93 ["count"]=>
H A Dldap_search_variation5.phpt46 ["count"]=>
52 ["count"]=>
57 ["count"]=>
67 ["count"]=>
73 ["count"]=>
78 ["count"]=>
88 ["count"]=>
94 ["count"]=>
99 ["count"]=>
H A Dldap_modify_batch_basic.phpt52 ["count"]=>
58 ["count"]=>
67 ["count"]=>
76 ["count"]=>
85 ["count"]=>
96 ["count"]=>
103 ["count"]=>
H A Dldap_control_paged_results_variation3.phpt47 ["count"]=>
53 ["count"]=>
60 ["count"]=>
69 ["count"]=>
76 ["count"]=>
86 ["count"]=>
92 ["count"]=>
99 ["count"]=>
H A Dldap_mod_add_basic.phpt40 ["count"]=>
46 ["count"]=>
57 ["count"]=>
66 ["count"]=>
73 ["count"]=>
H A Dldap_modify_basic.phpt44 ["count"]=>
50 ["count"]=>
61 ["count"]=>
70 ["count"]=>
77 ["count"]=>
/PHP-7.4/ext/standard/tests/math/
H A Dlog.phpt6 for ($x = 0, $count= 0; $x < 200; $x++) {
10 $count++;
15 print $count . "\n";
19 for ($x = 0, $count= 0; $x < 50; $x++) {
23 $count++;
28 print $count . "\n";
/PHP-7.4/ext/spl/tests/
H A Dbug69264.phpt7 return ['child' => 42, 'parent' => count(parent::__debugInfo())];
13 return ['child' => 42, 'parent' => count(parent::__debugInfo())];
19 return ['child' => 42, 'parent' => count(parent::__debugInfo())];
25 return ['child' => 42, 'parent' => count(parent::__debugInfo())];
31 return ['child' => 42, 'parent' => count(parent::__debugInfo())];
37 return ['child' => 42, 'parent' => count(parent::__debugInfo())];
43 return ['child' => 42, 'parent' => count(parent::__debugInfo())];
49 return ['child' => 42, 'parent' => count(parent::__debugInfo())];
H A Ddit_003.phpt5 $count = 0;
8 ++$count;
10 var_dump($count > 0);
H A Dbug62616.phpt2 Bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault)
7 var_dump($ai->count());
11 var_dump($ii->count());
H A Dbug42364.phpt9 $count = 0;
12 $count++;
19 if ($count > 0) {
20 echo "Found $count entries!\n";
/PHP-7.4/ext/simplexml/tests/
H A D036.phpt2 SimpleXML: overriden count() method
8 public function count() {
10 return parent::count();
16 var_dump(count($sxe));
/PHP-7.4/ext/mbstring/ucgendat/
H A Ducgendat.php275 if (count($fields) != 4) {
307 if (count($caseCodes) == 1) {
321 if (count($caseCodes) > 3) {
330 if (count($fields) != 5 && count($fields) != 6) {
355 if (count($fields) != 2) {
365 if (count($range) == 2) {
378 $c = count($values);
406 $num = count($ranges);
482 echo "$name: n=", count($table), ", g=", count($gTable), "\n";
547 $tableSize = count($map);
[all …]
/PHP-7.4/ext/intl/tests/
H A Dbug75090.phpt14 count($fooRef->getConstants()) === count($intlCalendarRef->getConstants()),
15 count($intlGregorianCalendarRef->getConstants()) === count($intlCalendarRef->getConstants())
/PHP-7.4/ext/dom/tests/
H A Ddomxpath.phpt10 $count = 0;
13 $count++;
17 return $val/$count;
37 $count = $xpath->evaluate("count(//def:child)");
39 var_dump($count);
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substring.c319 int count = match_data->rc; in pcre2_substring_length_bynumber() local
320 if (count == PCRE2_ERROR_PARTIAL) in pcre2_substring_length_bynumber()
323 count = 0; in pcre2_substring_length_bynumber()
325 else if (count < 0) return count; /* Match failed */ in pcre2_substring_length_bynumber()
339 if (count != 0 && stringnumber >= (uint32_t)count) return PCRE2_ERROR_UNSET; in pcre2_substring_length_bynumber()
375 int i, count, count2; in pcre2_substring_list_get() local
383 if ((count = match_data->rc) < 0) return count; /* Match failed */ in pcre2_substring_list_get()
384 if (count == 0) count = match_data->oveccount; /* Ovector too small */ in pcre2_substring_list_get()
386 count2 = 2*count; in pcre2_substring_list_get()
401 lensp = (PCRE2_SIZE *)((char *)listp + sizeof(PCRE2_UCHAR *) * (count + 1)); in pcre2_substring_list_get()
[all …]
H A Dpcre2_dfa_match.c752 int count; in internal_dfa_match() local
781 active_states[j].count == current_state->count) in internal_dfa_match()
1266 count = current_state->count; /* Already matched */ in internal_dfa_match()
1525 count = current_state->count; /* Already matched */ in internal_dfa_match()
1537 count++; in internal_dfa_match()
1547 count = current_state->count; /* Already matched */ in internal_dfa_match()
1589 count = current_state->count; /* Already matched */ in internal_dfa_match()
1622 count = current_state->count; /* Already matched */ in internal_dfa_match()
1656 count = 4; in internal_dfa_match()
1662 count = 0; in internal_dfa_match()
[all …]
/PHP-7.4/ext/opcache/tests/
H A Dbug75938.phpt10 $count = count([1,2,3,4,5]);
11 var_dump($mod = ($count % $columns));
/PHP-7.4/Zend/tests/
H A D017.phpt14 var_dump(count(get_loaded_extensions()));
16 var_dump(count(get_loaded_extensions(true)));
24 var_dump(count(get_defined_constants()));
30 var_dump(count(get_defined_functions()));
34 var_dump(count(get_declared_interfaces()));
39 var_dump(count(get_extension_funcs("standard")));
41 var_dump(count(get_extension_funcs("zend")));
/PHP-7.4/ext/mbstring/tests/
H A Dmb_split.phpt15 function verify_split( $spliton, $str, $count = 0 )
17 $result1 = mb_split( $spliton, $str, $count );
18 $result2 = preg_split( "/$spliton/", $str, $count );
22 print count($result1).'-'.count($result2)."\n";

Completed in 175 milliseconds

12345678910>>...46