Home
last modified time | relevance | path

Searched refs:count (Results 226 – 250 of 1146) sorted by relevance

12345678910>>...46

/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation5.phpt32 $count = 1;
34 echo "\n-- Iteration $count --\n";
39 $count++;
H A Dsprintf_variation7.phpt28 $count = 1;
30 echo "\n-- Iteration $count --\n";
35 $count++;
H A Dstrncmp_variation9.phpt48 $count = 1;
49 for($index1 = 0; $index1 < count($strings); $index1++) {
51 $count ++;
H A Ducwords_variation2.phpt63 $count = 1;
64 for($index =0; $index < count($heredoc_strings); $index ++) {
65 echo "-- Iteration $count --\n";
67 $count ++;
H A Dchunk_split_variation11.phpt39 for($count = 0; $count < count($values); $count++) {
40 echo "-- Iteration ".($count+1). " --\n";
41 var_dump( chunk_split($heredoc_str, $chunklen, $values[$count]) );
H A Dchop_variation4.phpt30 $count = 1;
32 echo "\n--- Iteration $count ---\n";
36 $count++;
H A Dchr_variation1.phpt59 $count = 1;
61 echo "-- Iteration $count --\n";
63 $count ++;
H A Dnl2br_variation1.phpt40 $count = 1;
42 echo "-- Iteration $count --\n";
44 $count ++ ;
H A Dsprintf_variation11.phpt30 $count = 1;
32 echo "\n-- Iteration $count --\n";
38 $count++;
H A Dsprintf_variation20.phpt28 $count = 1;
30 echo "\n-- Iteration $count --\n";
35 $count++;
H A Dsprintf_variation23.phpt30 $count = 1;
32 echo "\n-- Iteration $count --\n";
37 $count++;
/PHP-7.4/ext/standard/tests/math/
H A Dnumber_format_multichar.phpt19 for ($i = 0; $i < count($values); $i++) {
25 for ($i = 0; $i < count($values); $i++) {
31 for ($i = 0; $i < count($values); $i++) {
/PHP-7.4/ext/dba/tests/
H A Ddba_cdb_read.phpt16 $count= 0;
21 $count++;
24 echo $count;
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dbase64.c121 int count; in base64_decode_xmlrpc() local
183 count = 0; in base64_decode_xmlrpc()
184 while (count < i) { in base64_decode_xmlrpc()
185 buffer_add(bfr, o[count++]); in base64_decode_xmlrpc()
/PHP-7.4/ext/standard/tests/file/
H A Dcopy_variation5.phpt40 $count = 1;
43 echo "\n-- Iteration $count --\n";
64 $count++;
67 $count = 1;
70 $count++;
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug68199.phpt37 var_dump(count($notify));
46 var_dump(count($notify));
54 var_dump(count($notify));
62 var_dump(count($notify));
70 var_dump(count($notify));
/PHP-7.4/ext/sqlite3/tests/
H A Dstream_test.inc15 public function stream_read($count)
17 $ret = substr(self::$string, $this->position, $count);
/PHP-7.4/ext/standard/tests/network/
H A Dgetmxrr.phpt21 . ", hosts: " . count( $hosts )
22 . ", weights: " . count( $weights ) . "\n";
/PHP-7.4/TSRM/
H A DTSRM.c34 int count; member
212 for (j=0; j<p->count; j++) { in tsrm_shutdown()
273 if (p->count < id_count) { in tsrm_update_active_threads()
277 for (j=p->count; j<id_count; j++) { in tsrm_update_active_threads()
287 p->count = id_count; in tsrm_update_active_threads()
401 (*thread_resources_ptr)->count = id_count; in allocate_new_resource()
507 for (i=0; i<thread_resources->count; i++) { in tsrm_free_interpreter_context()
512 for (i=0; i<thread_resources->count; i++) { in tsrm_free_interpreter_context()
576 for (i=0; i<thread_resources->count; i++) { in ts_free_thread()
581 for (i=0; i<thread_resources->count; i++) { in ts_free_thread()
[all …]
/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_variation3.phpt31 for($count = 0; $count < count($source); $count++) {
32 echo "-- Iteration ".($count + 1)." --\n";
33 var_dump( token_get_all($source[$count]));
/PHP-7.4/ext/phar/
H A Dstream.h31 static ssize_t phar_stream_write(php_stream *stream, const char *buf, size_t count);
32 static ssize_t phar_stream_read( php_stream *stream, char *buf, size_t count);
/PHP-7.4/main/
H A Dphp_ticks.c69 void php_run_ticks(int count) in php_run_ticks() argument
71 …_apply_with_argument(&PG(tick_functions), (llist_apply_with_arg_func_t) php_tick_iterator, &count); in php_run_ticks()
/PHP-7.4/ext/zlib/
H A Dzlib_fopen_wrapper.c33 static ssize_t php_gziop_read(php_stream *stream, char *buf, size_t count) in php_gziop_read() argument
39 read = gzread(self->gz_file, buf, count); in php_gziop_read()
48 static ssize_t php_gziop_write(php_stream *stream, const char *buf, size_t count) in php_gziop_write() argument
53 return gzwrite(self->gz_file, (char *) buf, count); in php_gziop_write()
/PHP-7.4/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc277 $this->count++;
286 pack("vvVVv", $this->count, $this->count,
292 pack("vvVVv", $this->count, $this->count,
298 pack("vvVVv", $this->count + 1, $this->count,
304 pack("vvVVv", $this->count, $this->count + 1,
310 pack("vvVVv", $this->count, $this->count,
316 pack("vvVVv", $this->count, $this->count,
322 pack("vvVVv", $this->count, $this->count,
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_parse.c34 int count = 0; in msgfmt_do_parse() local
42 …umsg_parse_helper(MSG_FORMAT_OBJECT(mfo), &count, &fargs, usource, usrc_len, &INTL_DATA_ERROR_CODE… in msgfmt_do_parse()
49 for(i=0;i<count;i++) { in msgfmt_do_parse()

Completed in 46 milliseconds

12345678910>>...46