Home
last modified time | relevance | path

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

12345678910>>...53

/PHP-7.3/ext/standard/tests/strings/
H A Dchunk_split_variation3.phpt84 for($count = 0; $count < count($values); $count++) {
85 echo "-- Iteration ".($count+1)." --\n";
86 var_dump( chunk_split($str, $chunklen, $values[$count]) );
H A Dchunk_split_variation8.phpt47 for($count = 0; $count < count($values); $count++) {
48 echo "-- Iteration ".($count+1). " --\n";
49 var_dump( chunk_split($heredoc_str, $values[$count], $ending) );
H A Dnl2br_variation2.phpt38 $count = 1;
40 echo "-- Iteration $count --\n";
42 $count ++ ;
H A Dstrrpos_variation8.phpt19 $count = 1;
21 echo "-- Iteration $count --\n";
23 $count++;
H A Dconvert_uudecode_basic.phpt33 $count = 1;
41 exit("TEST FAILED on iteration $count\n");
44 $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 Dsprintf_variation14.phpt28 $count = 1;
30 echo "\n-- Iteration $count --\n";
35 $count++;
H A Dsprintf_variation33.phpt28 $count = 1;
30 echo "\n-- Iteration $count --\n";
35 $count++;
H A Dsprintf_variation45.phpt28 $count = 1;
30 echo "\n-- Iteration $count --\n";
35 $count++;
H A Dsprintf_variation5.phpt32 $count = 1;
34 echo "\n-- Iteration $count --\n";
39 $count++;
H A Dstrncmp_variation9.phpt48 $count = 1;
49 for($index1 = 0; $index1 < count($strings); $index1++) {
51 $count ++;
H A Dbin2hex_basic.phpt28 $count = 1;
30 echo "-- Iteration $count --\n";
32 $count ++;
H A Dsprintf_variation7.phpt28 $count = 1;
30 echo "\n-- Iteration $count --\n";
35 $count++;
/PHP-7.3/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_v.phpt14 /* function to dump reference count of global variable,$global_var
23 /* dump value and reference count of $global_var using debug_zval_dump() */
27 /* calling function dump_globalvar() to check the reference count of local
31 /* dump value and reference count of $global_var after exiting function
33 expected: reference count of $global_var should remain the same as
40 /* dump value and reference count of $first_var */
54 /* dump value and reference count of $first_var, $ref_first_var
110 /* loop to display the variables and its reference count using
H A Descapeshellcmd-win32.phpt24 $count = 1;
26 echo "-- Test " . $count++ . " --\n";
/PHP-7.3/ext/phar/
H A Ddirstream.h28 static size_t phar_dir_write(php_stream *stream, const char *buf, size_t count);
29 static size_t phar_dir_read( php_stream *stream, char *buf, size_t count);
/PHP-7.3/ext/spl/tests/
H A Dobserver_009.phpt11 echo ("Count storage A: " . count($storageA));
19 echo ("Count storage B: " . count($storageB));
H A Ddllist_003.phpt22 var_dump($dll->count());
26 var_dump($dll->count());
/PHP-7.3/ext/hash/
H A Dhash_haval.c258 { int i; context->count[0] = context->count[1] = 0; \
288 index = (unsigned int) ((context->count[0] >> 3) & 0x7F); in PHP_HAVALUpdate()
291 context->count[1]++; in PHP_HAVALUpdate()
293 context->count[1] += ((uint32_t) inputLen >> 29); in PHP_HAVALUpdate()
333 Encode(bits + 2, context->count, 8); in PHP_HAVAL128Final()
337 index = (unsigned int) ((context->count[0] >> 3) & 0x7f); in PHP_HAVAL128Final()
387 Encode(bits + 2, context->count, 8); in PHP_HAVAL160Final()
391 index = (unsigned int) ((context->count[0] >> 3) & 0x7f); in PHP_HAVAL160Final()
441 Encode(bits + 2, context->count, 8); in PHP_HAVAL192Final()
481 Encode(bits + 2, context->count, 8); in PHP_HAVAL224Final()
[all …]
/PHP-7.3/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.3/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.3/ext/xmlrpc/libxmlrpc/
H A Dbase64.c123 int count; in base64_decode_xmlrpc() local
185 count = 0; in base64_decode_xmlrpc()
186 while (count < i) { in base64_decode_xmlrpc()
187 buffer_add(bfr, o[count++]); in base64_decode_xmlrpc()
/PHP-7.3/ext/standard/tests/array/
H A Dsizeof_object1.phpt9 * Alias to functions: count()
21 public function count()
23 return 3; // return the count of member variables in the object
/PHP-7.3/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.3/ext/dba/tests/
H A Ddba_cdb_read.phpt16 $count= 0;
21 $count++;
24 echo $count;

Completed in 20 milliseconds

12345678910>>...53