Home
last modified time | relevance | path

Searched refs:count (Results 126 – 150 of 1155) sorted by relevance

12345678910>>...47

/PHP-8.2/ext/standard/tests/strings/
H A Dstr_split_variation6.phpt25 for($count = 0; $count < count($values); $count++) {
26 echo "-- Iteration ".($count + 1)." --\n";
29 var_dump( str_split($str, $values[$count]) );
H A Dchunk_split_variation5.phpt33 for($count = 0; $count < count($values); $count++) {
34 echo "-- Iteration $count --\n";
36 var_dump( chunk_split($str, $values[$count], $ending) );
H A Dstr_split_variation3.phpt33 for($count = 0; $count < count($values); $count++) {
34 echo "-- Iteration ".($count+1)." --\n";
35 var_dump( str_split($values[$count], $split_length) );
H A Dchunk_split_variation6.phpt35 for($count = 0;$count < count($values);$count++) {
36 echo "-- Iteration $count --\n";
37 var_dump( chunk_split($values[$count], $chunklen, $ending) );
H A Dchunk_split_variation7.phpt33 for($count = 0; $count < count($values); $count++) {
34 echo "-- Iteration ".($count+1)." --\n";
35 var_dump( chunk_split( $values[$count], $chunklen, $ending) );
/PHP-8.2/ext/gettext/
H A Dgettext.stub.php25 function ngettext(string $singular, string $plural, int $count): string {} argument
30 function dngettext(string $domain, string $singular, string $plural, int $count): string {} argument
35 function dcngettext(string $domain, string $singular, string $plural, int $count, int $category): s… argument
/PHP-8.2/Zend/
H A Dzend_ptr_stack.h36 ZEND_API void zend_ptr_stack_n_push(zend_ptr_stack *stack, int count, ...);
37 ZEND_API void zend_ptr_stack_n_pop(zend_ptr_stack *stack, int count, ...);
45 #define ZEND_PTR_STACK_RESIZE_IF_NEEDED(stack, count) \ in END_EXTERN_C() argument
46 if (stack->top+count > stack->max) { \ in END_EXTERN_C()
50 } while (stack->top+count > stack->max); \ in END_EXTERN_C()
/PHP-8.2/ext/pcre/tests/
H A Dpreg_replace_callback_flags.phpt9 }, 'abc', -1, $count, PREG_OFFSET_CAPTURE));
17 'abc', -1, $count, PREG_OFFSET_CAPTURE)
24 }, 'abc', -1, $count, PREG_UNMATCHED_AS_NULL));
32 'abc', -1, $count, PREG_UNMATCHED_AS_NULL)
/PHP-8.2/ext/hash/
H A Dphp_hash_sha.h27 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
40 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
53 uint64_t count[2]; /* number of bits, modulo 2^128 */ member
66 uint64_t count[2]; /* number of bits, modulo 2^128 */ member
/PHP-8.2/ext/standard/tests/array/
H A Darray_map_variation16.phpt26 for($count = 0; $count < count($callback_names); $count++)
28 echo "-- Iteration ".($count + 1)." --\n";
30 var_dump( array_map($callback_names[$count], $arr1) );
H A Darray_count_values2.phpt21 Warning: array_count_values(): Can only count string and integer values, entry skipped in %s on lin…
23 Warning: array_count_values(): Can only count string and integer values, entry skipped in %s on lin…
25 Warning: array_count_values(): Can only count string and integer values, entry skipped in %s on lin…
/PHP-8.2/ext/ldap/tests/
H A Dldap_mod_ext.phpt99 ["count"]=>
105 ["count"]=>
116 ["count"]=>
125 ["count"]=>
132 ["count"]=>
171 ["count"]=>
H A Dldap_add_ext.phpt65 ["count"]=>
71 ["count"]=>
82 ["count"]=>
89 ["count"]=>
H A Dldap_get_attributes_basic.phpt33 ["count"]=>
44 ["count"]=>
51 ["count"]=>
H A Dldap_mod_replace_basic.phpt40 ["count"]=>
46 ["count"]=>
53 ["count"]=>
/PHP-8.2/Zend/tests/
H A Dbug70685.phpt8 $c = (new ReflectionMethod('SplStack', 'count'))->getClosure(new SplStack);
12 $c = (new ReflectionMethod('SplStack', 'count'))->getClosure(new SplStack);
18 Warning: Cannot bind method SplDoublyLinkedList::count() to object of class cls in %s on line %d
H A Dbug81076.phpt2 Bug #81076 Invalid implicit binds cause incorrect static var count in closure debug info
5 var_dump(fn() => [$why, $do, $we, $count]);
/PHP-8.2/ext/phar/tests/zip/
H A Dcorrupt_001.phpt2 Phar: corrupted zip (count mismatch)
19 phar error: corrupt zip archive, conflicting file count in end of central directory record in zip-b…
20 phar error: corrupt zip archive, conflicting file count in end of central directory record in zip-b…
/PHP-8.2/ext/opcache/jit/ir/
H A Dir_cfg.c39 n = use_list->count; in _ir_merge_blocks()
134 n = use_list->count; in ir_build_cfg()
232 count = 0; in ir_build_cfg()
245 count += ctx->use_lists[end].count; in ir_build_cfg()
263 count += n; in ir_build_cfg()
271 count++; in ir_build_cfg()
871 count = n; in ir_find_loops()
1003 count++; in ir_schedule_blocks()
1010 count++; in ir_schedule_blocks()
1011 list[count] = b; in ir_schedule_blocks()
[all …]
/PHP-8.2/ext/spl/tests/
H A Dspl_002.phpt8 function count(): int
16 var_dump(count($a));
H A Dbug69970.phpt6 $count = 10;
13 global $count;
15 if (--$count > 0) {
/PHP-8.2/ext/dom/
H A Dnamednodemap.c45 int count = 0; in php_dom_get_namednodemap_length() local
50 count++; in php_dom_get_namednodemap_length()
52 count++; in php_dom_get_namednodemap_length()
58 return count; in php_dom_get_namednodemap_length()
150 zend_long count = 0; in php_dom_named_node_map_get_item() local
151 while (count < index && curnode != NULL) { in php_dom_named_node_map_get_item()
152 count++; in php_dom_named_node_map_get_item()
250 PHP_METHOD(DOMNamedNodeMap, count) in PHP_METHOD() argument
/PHP-8.2/ext/standard/tests/streams/
H A Dbug46024.phpt26 var_dump($ret === (count($r) + count($w)));
33 var_dump($ret === (count($r) + count($w)));
/PHP-8.2/ext/standard/tests/array/range/
H A Drange_bug71132.phpt5 var_dump(count(range(PHP_INT_MIN + 513, PHP_INT_MIN)));
6 var_dump(count(range(PHP_INT_MIN, PHP_INT_MIN + 513)));
/PHP-8.2/ext/ffi/tests/
H A D008.phpt14 var_dump(count($a));
21 var_dump(count($a));
39 FFI\Exception: Attempt to count() on non C array

Completed in 47 milliseconds

12345678910>>...47