Home
last modified time | relevance | path

Searched refs:count (Results 1 – 25 of 1167) sorted by path

12345678910>>...47

/php-src/
H A D.gdbinit43 printf "Compiled variables count: %d\n\n", $cv_count
87 set $count = $ex->This.u2.num_args
89 while $arg < $count
H A DCODING_STANDARDS.md90 delimited, with care taken to minimize the letter count. Abbreviations
154 count. The initial letter of the name is lowercase, and each letter that
/php-src/TSRM/
H A DTSRM.c34 int count; member
91 … unshuffled_offset, TSRM_SHUFFLE_RSRC_ID(0), TSRM_SHUFFLE_RSRC_ID(thread_resources->count-1))); \
167 for (int i = thread_resources->count - 1; i >= 0; i--) { in ts_free_resources()
254 if (p->count < id_count) { in tsrm_update_active_threads()
258 for (j=p->count; j<id_count; j++) { in tsrm_update_active_threads()
268 p->count = id_count; in tsrm_update_active_threads()
386 (*thread_resources_ptr)->count = id_count; in allocate_new_resource()
437 TSRM_SAFE_RETURN_RSRC(thread_resources->storage, id, thread_resources->count); in ts_resource_ex()
505 TSRM_SAFE_RETURN_RSRC(thread_resources->storage, id, thread_resources->count); in ts_resource_ex()
557 if (p->count > rsrc_id && p->storage[rsrc_id]) { in ts_free_id()
[all …]
/php-src/Zend/Optimizer/
H A Dcompact_literals.c71 size_t count = 0; in type_num_classes() local
76 count += ZEND_TYPE_LIST(*list_type)->num_types; in type_num_classes()
79 count += 1; in type_num_classes()
82 return count; in type_num_classes()
H A Descape_analysis.c34 static zend_always_inline void union_find_init(int *parent, int *size, int count) /* {{{ */ in union_find_init() argument
38 for (i = 0; i < count; i++) { in union_find_init()
/php-src/Zend/
H A Dbench.php268 $count = 1;
272 $mx[$i][$j] = $count++;
319 $count = 0;
321 $count = 0;
328 $count++;
332 print "Count: $count\n";
/php-src/Zend/tests/
H A D017.phpt12 var_dump(count(get_loaded_extensions()));
14 var_dump(count(get_loaded_extensions(true)));
20 var_dump(count(get_defined_constants()));
26 var_dump(count(get_defined_functions()));
29 var_dump(count(get_declared_interfaces()));
33 var_dump(count(get_extension_funcs("standard")));
35 var_dump(count(get_extension_funcs("zend")));
H A Dassign_ref_error_var_handling.phpt17 var_dump(count($arr));
23 var_dump(count($arr));
H A Dbug28377.phpt15 echo isset($btInfo[0]['args']) ? count($btInfo[0]['args']) : 'does not exist';
H A Dbug32674.phpt16 public function count(): int {
17 return count($this->_elements);
H A Dbug38779.phpt15 function stream_read($count) {
16 $ret = substr($this->data, $this->position, $count);
H A Dbug38779_1.phpt15 function stream_read($count) {
16 $ret = substr($this->data, $this->position, $count);
H A Dbug55509.phpt38 if (count($tmp) < 2) {
H A Dbug64988.phpt21 return parent::insert($data, count($data));
H A Dbug65051.phpt2 Bug #65051: count() off by one inside unset()
10 var_dump(count($this->array[0]));
H A Dbug68887.phpt6 $count = count(get_resources());
8 var_dump(count(get_resources()) == $count);
10 var_dump(count(get_resources()) == $count);
H A Dbug70681.phpt6 $c = (new ReflectionMethod('SplStack', 'count'))->getClosure(new SplStack);
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 Dbug71529.phpt2 Bug #71529: Variable references on array elements don't work when using count
7 $a[] = &$a[out(count($a) - 1)];
H A Dbug71724.phpt2 Bug #71724: yield from does not count EOLs
/php-src/Zend/tests/arg_unpack/
H A Dmany_args.phpt7 var_dump(count($args));
/php-src/Zend/tests/attributes/
H A D001_placement.phpt45 var_dump(get_class($r), count($attr));
H A D003_ast_nodes.phpt16 var_dump(count($attr));
19 var_dump(count($args), $args[0][V1] === V1);
28 var_dump(count($attr));
31 var_dump(count($args));
46 var_dump(count($attr));
49 var_dump(count($args));
70 var_dump(count($attr));
H A D006_filter.phpt9 var_dump(count($attr));
14 var_dump(count($attr), $attr[0]->getName());
19 var_dump(count($attr), $attr[0]->getName(), $attr[1]->getName());
30 var_dump(count($attr));
35 var_dump(count($attr));
40 var_dump(count($attr));
45 var_dump(count($attr));
50 var_dump(count($attr));
H A D028_grouped.phpt29 var_dump(get_class($ref), count($attr));

Completed in 31 milliseconds

12345678910>>...47