Home
last modified time | relevance | path

Searched refs:count (Results 176 – 200 of 1146) sorted by relevance

12345678910>>...46

/PHP-7.4/ext/standard/tests/strings/
H A Dstr_split_variation6.phpt38 for($count = 0; $count < count($values); $count++) {
39 echo "-- Iteration ".($count + 1)." --\n";
40 var_dump( str_split($str, $values[$count]) );
H A Dstr_split_variation6_64bit.phpt38 for($count = 0; $count < count($values); $count++) {
39 echo "-- Iteration ".($count + 1)." --\n";
40 var_dump( str_split($str, $values[$count]) );
H A Dstr_split_variation7.phpt40 for($count = 0; $count < count($values); $count++) {
41 echo "-- Iteration ".($count + 1)." --\n";
42 var_dump( str_split($str, $values[$count]) );
H A Dstrtr_variation4.phpt18 $count = 1;
41 for($index = 0; $index < count($str_arr); $index++) {
42 echo "-- Iteration $count --\n";
52 $count++;
H A Dget_html_translation_table_basic8.phpt11 var_dump( count($tt) );
17 var_dump( count($tt) );
22 var_dump( count($tt) );
28 var_dump( count($tt) );
H A Dstrrev_variation3.phpt53 $count = 1;
54 for( $index = 0; $index < count($strings); $index++ ) {
55 echo "\n-- Iteration $count --\n";
57 $count ++;
H A Dget_html_translation_table_basic9.phpt12 var_dump( count($tt) );
18 var_dump( count($tt) );
23 var_dump( count($tt) );
29 var_dump( count($tt) );
H A Dnumber_format_basic.phpt27 for ($i = 0; $i < count($values); $i++) {
33 for ($i = 0; $i < count($values); $i++) {
39 for ($i = 0; $i < count($values); $i++) {
45 for ($i = 0; $i < count($values); $i++) {
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dgetnotify.phpt31 var_dump(count($notify));
39 var_dump(count($notify));
46 var_dump(count($notify));
53 var_dump(count($notify));
60 var_dump(count($notify));
83 var_dump(count($notify));
/PHP-7.4/ext/sysvmsg/tests/
H A D004.phpt15 var_dump(count(array_diff_assoc($arr, msg_stat_queue($q))) == 0);
21 var_dump(count(array_diff_assoc($arr, msg_stat_queue($q))) == 0);
27 var_dump(count(array_diff_assoc($arr, msg_stat_queue($q))) == 0);
34 var_dump(count(array_diff_assoc($arr, msg_stat_queue($q))) == 0);
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace_callback_basic.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
25 …er_word", $subject3, 5, $count); //limites to five replacements and counts the number of replaceme…
27 print $count;
H A Dbug76909.phpt19 var_dump($n0, $n1, count($m0), count($m1));
H A Dbug73612.phpt15 preg_replace_callback('/./', 'count', 'x', -1, $obj);
19 preg_replace_callback_array(['/./' => 'count'], 'x', -1, $obj);
/PHP-7.4/ext/standard/tests/file/
H A Dreadfile_variation3.phpt29 $count = readfile("readfile_variation3.tmp", true);
31 var_dump($count);
35 $count = readfile("readfile_variation3.tmp", true, $context);
37 var_dump($count);
/PHP-7.4/ext/spl/tests/
H A Ddllist_001.phpt38 echo count($dll)."\n";
39 echo $dll->count()."\n";
47 echo count($dll)."\n";
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_client.phpt21 if (count($s) > 1 && (($s[0] == 10 && $s[1] >= 2) || $s[0] >= 11)) {
22 if (count($s) != 5) {
29 if (count($s) != 2) {
/PHP-7.4/ext/simplexml/tests/
H A D034.phpt17 echo count($p);
19 echo count($p);
/PHP-7.4/ext/phar/tests/
H A Dbug77322.phpt11 var_dump($zip->count());
15 var_dump($tar->count());
/PHP-7.4/ext/standard/tests/filters/
H A Dbug81302.phpt15 $count = strlen(fread($f, 1024));
17 var_dump($count === $pos);
/PHP-7.4/scripts/dev/
H A Dcheck_parameters.php75 $right = $count = count($lines_offset)-1;
83 if (++$mid > $count || $lines_offset[$mid] > $offset) {
134 if ($idx >= count($db)) {
320 if (count($split) < 2) continue; // no functions defined on this file
329 for ($i = 0; $i < count($lines); ++$i) {
338 for ($i = 0; $i < count($split); $i+=2) {
/PHP-7.4/ext/mbstring/tests/
H A Dmb_split-compat-01.phpt13 echo count($a) . "\n";
14 for ($i = 0; $i < count($a); $i++) {
/PHP-7.4/ext/standard/
H A Dsha1.c161 context->count[0] = context->count[1] = 0; in PHP_SHA1Init()
188 context->count[1]++; in PHP_SHA1Update()
189 context->count[1] += ((uint32_t) inputLen >> 29); in PHP_SHA1Update()
224 bits[7] = context->count[0] & 0xFF; in PHP_SHA1Final()
225 bits[6] = (context->count[0] >> 8) & 0xFF; in PHP_SHA1Final()
226 bits[5] = (context->count[0] >> 16) & 0xFF; in PHP_SHA1Final()
227 bits[4] = (context->count[0] >> 24) & 0xFF; in PHP_SHA1Final()
228 bits[3] = context->count[1] & 0xFF; in PHP_SHA1Final()
229 bits[2] = (context->count[1] >> 8) & 0xFF; in PHP_SHA1Final()
230 bits[1] = (context->count[1] >> 16) & 0xFF; in PHP_SHA1Final()
[all …]
/PHP-7.4/ext/ldap/tests/
H A Dldap_explode_dn.phpt43 ["count"]=>
53 ["count"]=>
65 ["count"]=>
75 ["count"]=>
/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_variation2.phpt27 for($count = 0; $count < count($source); $count++) {
28 echo "-- Iteration ".($count + 1)." --\n";
29 var_dump( token_get_all($source[$count]));
/PHP-7.4/Zend/
H A Dzend_arena.h79 static zend_always_inline void* zend_arena_calloc(zend_arena **arena_ptr, size_t count, size_t unit… in zend_arena_calloc() argument
85 size = zend_safe_address(unit_size, count, 0, &overflow); in zend_arena_calloc()
87 …d_error(E_ERROR, "Possible integer overflow in zend_arena_calloc() (%zu * %zu)", unit_size, count); in zend_arena_calloc()
175 static zend_always_inline void* zend_arena_calloc(zend_arena **arena_ptr, size_t count, size_t unit… in zend_arena_calloc() argument
181 size = zend_safe_address(unit_size, count, 0, &overflow); in zend_arena_calloc()
183 …d_error(E_ERROR, "Possible integer overflow in zend_arena_calloc() (%zu * %zu)", unit_size, count); in zend_arena_calloc()

Completed in 81 milliseconds

12345678910>>...46