Home
last modified time | relevance | path

Searched refs:count (Results 351 – 375 of 1307) sorted by relevance

1...<<11121314151617181920>>...53

/PHP-7.3/ext/standard/tests/strings/
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 Dstrrchr_variation9.phpt121 $count = 1;
122 for($index = 0; $index < count($haystacks); $index++) {
123 echo "-- Iteration $count --\n";
125 $count ++;
H A Dconvert_uuencode_variation1.phpt72 $count = 1;
74 echo "-- Iteration $count --\n";
76 $count ++;
H A Dcrc32_variation4.phpt82 $count = 1;
84 echo "\n-- Iteration $count --\n";
86 $count++;
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_loaddata.c70 int count; in mysqlnd_local_infile_read() local
74 count = (int) php_stream_read(info->fd, (char *) buf, buf_len); in mysqlnd_local_infile_read()
76 if (count < 0) { in mysqlnd_local_infile_read()
81 DBG_RETURN(count); in mysqlnd_local_infile_read()
/PHP-7.3/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-7.3/main/
H A Dphp_ticks.h25 void php_run_ticks(int count);
/PHP-7.3/ext/standard/tests/file/windows_mb_path/
H A Dbug61315.phpt35 var_dump(count(stat("$d0\\test0.txt")) > 0);
36 var_dump(count(stat("$d0\\test0.txt")) > 0);
/PHP-7.3/Zend/tests/
H A Dbug38779_1.phpt14 function stream_read($count) {
15 $ret = substr($this->data, $this->position, $count);
H A Dbug71724.phpt2 Bug #71724: yield from does not count EOLs
/PHP-7.3/ext/standard/
H A Dcrypt_blowfish.h27 unsigned long count,
/PHP-7.3/ext/hash/
H A Dphp_hash_snefru.h31 uint32_t count[2]; member
H A Dhash_sha3.c159 unsigned int count, in PHP_SHA3_Update() argument
161 while (count > 0) { in PHP_SHA3_Update()
163 if (len > count) len = count; in PHP_SHA3_Update()
164 count -= len; in PHP_SHA3_Update()
/PHP-7.3/ext/zip/
H A Dzip_stream.c48 static size_t php_zip_ops_read(php_stream *stream, char *buf, size_t count) in php_zip_ops_read() argument
54 n = zip_fread(self->zf, buf, count); in php_zip_ops_read()
72 if (n == 0 || n < (ssize_t)count) { in php_zip_ops_read()
83 static size_t php_zip_ops_write(php_stream *stream, const char *buf, size_t count) in php_zip_ops_write() argument
89 return count; in php_zip_ops_write()
/PHP-7.3/ext/bcmath/tests/
H A Dbcscale_variation002.phpt2 bcadd() incorrect argument count
/PHP-7.3/ext/standard/tests/file/
H A Dfilegroup_variation3.phpt38 $count = 1;
41 echo "- Iteration $count -\n";
44 $count++;
H A Dfileinode_variation3.phpt39 $count = 1;
42 echo "- Iteration $count -\n";
45 $count++;
H A Dfileperms_variation3.phpt38 $count = 1;
41 echo "- Iteration $count -\n";
44 $count++;
/PHP-7.3/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)
/PHP-7.3/ext/standard/tests/general_functions/
H A Dget_defined_vars_basic.phpt17 if (count($vars) != 0) {
35 if (count($vars) != 0) {
58 if (count($vars) == 0) {
/PHP-7.3/Zend/tests/closures/
H A Dclosure_from_callable.inc15 static $count = 0;
16 $input = "foo".$count;
17 $count++;

Completed in 23 milliseconds

1...<<11121314151617181920>>...53