Home
last modified time | relevance | path

Searched refs:count (Results 201 – 225 of 1307) sorted by relevance

12345678910>>...53

/PHP-7.3/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.3/TSRM/
H A DTSRM.c31 int count; member
189 for (j=0; j<p->count; j++) { in tsrm_shutdown()
268 if (p->count < id_count) { in ts_allocate_id()
272 for (j=p->count; j<id_count; j++) { in ts_allocate_id()
278 p->count = id_count; in ts_allocate_id()
300 (*thread_resources_ptr)->count = id_count; in allocate_new_resource()
402 for (i=0; i<thread_resources->count; i++) { in tsrm_free_interpreter_context()
407 for (i=0; i<thread_resources->count; i++) { in tsrm_free_interpreter_context()
467 for (i=0; i<thread_resources->count; i++) { in ts_free_thread()
472 for (i=0; i<thread_resources->count; i++) { in ts_free_thread()
[all …]
/PHP-7.3/scripts/dev/
H A Dcheck_parameters.php74 $right = $count = count($lines_offset)-1;
82 if (++$mid > $count || $lines_offset[$mid] > $offset) {
133 if ($idx >= count($db)) {
319 if (count($split) < 2) continue; // no functions defined on this file
328 for ($i = 0; $i < count($lines); ++$i) {
337 for ($i = 0; $i < count($split); $i+=2) {
/PHP-7.3/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 …]
H A Dcrypt_freesec.c459 int count, struct php_crypt_extended_data *data) in do_des() argument
468 if (count == 0) { in do_des()
470 } else if (count > 0) { in do_des()
480 count = -count; in do_des()
506 while (count--) { in do_des()
614 uint32_t count, salt, l, r0, r1, keybuf[2]; in _crypt_extended_r() local
639 for (i = 1, count = 0; i < 5; i++) { in _crypt_extended_r()
643 count |= value << (i - 1) * 6; in _crypt_extended_r()
645 if (!count) in _crypt_extended_r()
681 count = 25; in _crypt_extended_r()
[all …]
H A Dphp_fopen_wrapper.c34 static size_t php_stream_output_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in php_stream_output_write() argument
36 PHPWRITE(buf, count); in php_stream_output_write()
37 return count; in php_stream_output_write()
41 static size_t php_stream_output_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in php_stream_output_read() argument
72 static size_t php_stream_input_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in php_stream_input_write() argument
78 static size_t php_stream_input_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in php_stream_input_read() argument
83 if (!SG(post_read) && SG(read_post_bytes) < (int64_t)(input->position + count)) { in php_stream_input_read()
85 size_t read_bytes = sapi_read_post_block(buf, count); in php_stream_input_read()
98 read = php_stream_read(input->body, buf, count); in php_stream_input_read()
/PHP-7.3/ext/simplexml/tests/
H A D034.phpt17 echo count($p);
19 echo count($p);
/PHP-7.3/ext/tokenizer/tests/
H A Dtoken_get_all_variation1.phpt85 for($count = 0; $count < count($source_values); $count++) {
86 echo "--Iteration ".($count + 1)." --\n";
87 var_dump( token_get_all($source_values[$count]));
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.3/ext/standard/tests/strings/
H A Dstr_split_variation1.phpt85 for($count = 0; $count < count($values); $count++) {
86 echo "-- Iteration ".($count+1)." --\n";
87 var_dump( str_split($values[$count], $split_length) );
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++) {
H A Dvfprintf_error2.phpt40 Warning: Wrong parameter count for vfprintf() in %s on line %d
43 Warning: Wrong parameter count for vfprintf() in %s on line %d
46 Warning: Wrong parameter count for vfprintf() in %s on line %d
H A Dstrtr_variation1.phpt18 $count = 1;
44 for($index = 0; $index < count($str_arr); $index++) {
45 echo "-- Iteration $count --\n";
55 $count++;
H A Dstrtr_variation2.phpt19 $count = 1;
48 for($index = 0; $index < count($str_arr); $index++) {
49 echo "-- Iteration $count --\n";
59 $count++;
/PHP-7.3/ext/ldap/tests/
H A Dldap_explode_dn.phpt43 ["count"]=>
53 ["count"]=>
65 ["count"]=>
75 ["count"]=>
/PHP-7.3/ext/pcre/tests/
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.3/ext/mbstring/tests/
H A Dmb_split-compat-01.phpt13 echo count($a) . "\n";
14 for ($i = 0; $i < count($a); $i++) {
/PHP-7.3/ext/hash/
H A Dphp_hash_md.h62 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
78 uint32_t count[2]; member
/PHP-7.3/ext/date/tests/
H A DDatePeriod_wrong_recurrence_on_constructor.phpt18 DatePeriod::__construct(): The recurrence count '0' is invalid. Needs to be > 0
19 DatePeriod::__construct(): The recurrence count '-1' is invalid. Needs to be > 0
/PHP-7.3/ext/standard/tests/array/
H A Darray_shuffle_basic.phpt32 echo "this should be 0->...." . count(array_diff($arr1, $arr2)) . "\n";
33 echo "this should be 4->...." . count(array_intersect($arr1, $arr2)) . "\n";
36 echo "this should be 400->...." . count($bigarray) . "\n";
41 if (count($diffarray) < 350) {
/PHP-7.3/ext/standard/tests/file/
H A Dreadfile_variation2.phpt43 $count = readfile($linkname); // with default args
45 var_dump($count);
54 $count = readfile($linkname); // default args
56 var_dump($count);
/PHP-7.3/ext/gd/libgd/
H A Dgd_gif_in.c335 unsigned char count; in GetDataBlock_() local
337 if (! ReadOK(fd,&count,1)) { in GetDataBlock_()
341 *ZeroDataBlockP = count == 0; in GetDataBlock_()
343 if ((count != 0) && (! ReadOK(fd, buf, count))) { in GetDataBlock_()
347 return count; in GetDataBlock_()
379 int count; in GetCode_() local
402 scd->last_byte = 2 + count; in GetCode_()
404 scd->lastbit = (2+count)*8 ; in GetCode_()
486 int count; in LWZReadByte_() local
492 while ((count = GetDataBlock(fd, buf, ZeroDataBlockP)) > 0) in LWZReadByte_()
[all …]
/PHP-7.3/ext/spl/tests/
H A Dobserver_002.phpt82 function count()
84 return $this->observers->count();
119 var_dump($sub->count());
124 var_dump($sub->count());
130 var_dump($sub->count());
135 var_dump($sub->count());

Completed in 27 milliseconds

12345678910>>...53