Home
last modified time | relevance | path

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

12345678910>>...50

/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_variation7.phpt28 $count = 1;
30 echo "\n-- Iteration $count --\n";
35 $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 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_variation39.phpt28 $count = 1;
30 echo "\n-- Iteration $count --\n";
35 $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++;
H A Dsprintf_variation26.phpt28 $count = 1;
30 echo "\n-- Iteration $count --\n";
35 $count++;
H A Dsprintf_variation30.phpt30 $count = 1;
32 echo "\n-- Iteration $count --\n";
37 $count++;
H A Dsprintf_variation42.phpt31 $count = 1;
33 echo "\n-- Iteration $count --\n";
38 $count++;
/PHP-5.5/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php108 $count = 1; variable
110 gtTestCaseWriter::write($name, $test, 'v', $count);
111 $count++;
/PHP-5.5/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-5.5/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc278 $this->count++;
287 pack("vvVVv", $this->count, $this->count,
293 pack("vvVVv", $this->count, $this->count,
299 pack("vvVVv", $this->count + 1, $this->count,
305 pack("vvVVv", $this->count, $this->count + 1,
311 pack("vvVVv", $this->count, $this->count,
317 pack("vvVVv", $this->count, $this->count,
323 pack("vvVVv", $this->count, $this->count,
/PHP-5.5/ext/spl/tests/
H A Ddllist_003.phpt22 var_dump($dll->count());
26 var_dump($dll->count());
/PHP-5.5/ext/standard/tests/general_functions/
H A Descapeshellcmd-win32.phpt24 $count = 1;
26 echo "-- Test " . $count++ . " --\n";
/PHP-5.5/ext/phar/
H A Ddirstream.h30 static size_t phar_dir_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC);
31 static size_t phar_dir_read( php_stream *stream, char *buf, size_t count TSRMLS_DC);
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_set_chunk_size.phpt12 function stream_read($count) {
13 echo "read with size: ", $count, "\n";
14 return str_repeat('a', $count);
35 echo "should be read without buffer (\$count == 10000)\n";
60 should be read without buffer ($count == 10000)
/PHP-5.5/ext/standard/tests/file/
H A Dcopy_variation5-win32.phpt40 $count = 1;
43 echo "\n-- Iteration $count --\n";
64 $count++;
68 $count = 1;
71 $count++;
H A Dfeof_basic.phpt16 $count = 10;
17 for ($i = 1; $i <= $count; $i++) {
39 $count = 10;
40 echo "*** writing $count lines, testing feof ***\n";
41 for ($i = 1; $i <=$count; $i++) {
H A Dfflush_variation4.phpt19 $count = 1;
22 echo "-- Iteration $count with file opened in $mode mode --\n";
38 $count++;
/PHP-5.5/ext/sqlite3/tests/
H A Dstream_test.inc15 public function stream_read($count)
17 $ret = substr(self::$string, $this->position, $count);
/PHP-5.5/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()
/PHP-5.5/ext/standard/tests/array/
H A Darray_chunk_basic1.phpt32 $count = 1;
35 echo "\n-- Iteration $count --\n";
37 $count++;
H A Dsizeof_object1.phpt17 * Alias to functions: count()
29 public function count()
31 return 3; // return the count of member variables in the object

Completed in 44 milliseconds

12345678910>>...50