Home
last modified time | relevance | path

Searched refs:count (Results 276 – 300 of 1307) sorted by relevance

1...<<11121314151617181920>>...53

/PHP-7.3/ext/spl/tests/
H A Dheap_002.phpt21 echo $h->count()."\n";
27 echo $h->count()."\n";
H A Dobserver_003.phpt23 var_dump(count($storage));
35 var_dump(count($storage2));
H A Dheap_001.phpt21 echo $h->count()."\n";
27 echo $h->count()."\n";
/PHP-7.3/ext/ldap/tests/
H A Dbug76248.phpt31 ["count"]=>
35 ["count"]=>
/PHP-7.3/ext/standard/tests/strings/
H A Dchunk_split_variation9.phpt45 for($count = 0; $count < count($values); $count++) {
46 echo "-- Iteration $count --\n";
47 var_dump( chunk_split($str, $chunklen, $values[$count]) );
H A Dstrtr_variation6.phpt79 $count = 1;
80 for($index = 0; $index < count($from_arr); $index++) {
81 echo "-- Iteration $count --\n";
84 $count ++;
H A Dsprintf_variation36.phpt30 $count = 1;
32 echo "\n-- Iteration $count --\n";
37 $count++;
H A Dsprintf_variation51.phpt28 $count = 1;
30 echo "\n-- Iteration $count --\n";
35 $count++;
H A Dchr_variation1.phpt70 $count = 1;
72 echo "-- Iteration $count --\n";
74 $count ++;
H A Dhtmlspecialchars_decode_variation3.phpt65 $count = 1;
66 for($index =0; $index < count($res_heredoc_strings); $index ++) {
67 echo "-- Iteration $count --\n";
69 $count++;
H A Dstrip_tags_variation5.phpt71 $count = 1;
72 for($index =0; $index < count($res_heredoc_strings); $index ++) {
73 echo "-- Iteration $count --\n";
75 $count++;
H A Dstrrev_variation1.phpt60 $count = 1;
61 for( $index = 0; $index < count($strings); $index++ ) {
62 echo "\n-- Iteration $count --\n";
64 $count ++;
H A Dstrrev_variation2.phpt60 $count = 1;
61 for( $index = 0; $index < count($strings); $index++ ) {
62 echo "\n-- Iteration $count --\n";
64 $count ++;
H A Dstrtr_variation5.phpt79 $count = 1;
80 for($index = 0; $index < count($strings); $index++) {
81 echo "-- Iteration $count --\n";
84 $count ++;
/PHP-7.3/ext/bcmath/libbcmath/src/
H A Drecmul.c110 int count, carry; in _bc_shift_addsub() local
112 count = val->n_len; in _bc_shift_addsub()
114 count--; in _bc_shift_addsub()
115 assert (accum->n_len+accum->n_scale >= shift+count); in _bc_shift_addsub()
125 while (count--) { in _bc_shift_addsub()
144 while (count--) { in _bc_shift_addsub()
/PHP-7.3/tests/lang/
H A DforeachLoop.009.phpt27 $count=0;
32 if ($count++>5) {
41 $count=0;
46 if ($count++>5) {
/PHP-7.3/ext/snmp/
H A Dsnmp.c356 int count; member
680 int status, count, found; in php_snmp_internal() local
736 …for (count = 0; objid_query->offset < objid_query->count && count < objid_query->step; objid_query… in php_snmp_internal()
811 for (count = 0; count < objid_query->count; count++) { in php_snmp_internal()
828 count = rootlen; in php_snmp_internal()
832 count++; in php_snmp_internal()
954 objid_query->count = 0; in php_snmp_parse_oid()
975 objid_query->count++; in php_snmp_parse_oid()
1036 objid_query->count++; in php_snmp_parse_oid()
1042 if (objid_query->count > 1) { in php_snmp_parse_oid()
[all …]
/PHP-7.3/ext/pcre/tests/
H A Dpreg_replace_callback_array.phpt41 "/b/" => function($a) { return "ok"; }), 'a', -1, $count));
43 var_dump($count);
/PHP-7.3/ext/standard/tests/general_functions/
H A Dget_defined_constants_basic.phpt19 $n1 = count(get_defined_constants());
22 $n2 = count($arr2);
/PHP-7.3/Zend/tests/
H A Dbug38779.phpt14 function stream_read($count) {
15 $ret = substr($this->data, $this->position, $count);
/PHP-7.3/ext/spl/internal/
H A Dspldoublylinkedlist.inc53 if (count($this->_llist) == 0) {
64 if (count($this->_llist) == 0) {
104 public function count()
106 return count($this->_llist);
113 return ($this->count() == 0);
148 $this->_it_pos = count($this->_llist)-1;
217 $realOffset = count($this->_llist)-$offset;
243 $realOffset = count($this->_llist)-$offset;
264 $realOffset = count($this->_llist)-$offset;
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_pconnect.phpt27 while (count($connections)) {
45 while (count($connections) && $left > 0) {
61 while (count($connections)) {
/PHP-7.3/ext/standard/tests/array/
H A Darray_chunk_variation6.phpt35 $count = 1;
41 echo "\n-- Iteration $count --\n";
45 $count++;
/PHP-7.3/Zend/
H A Dzend_arena.h79 static zend_always_inline void* zend_arena_calloc(zend_arena **arena_ptr, size_t count, size_t unit… in zend_arena_calloc() argument
85 size = zend_safe_address(unit_size, count, 0, &overflow); in zend_arena_calloc()
87 …d_error(E_ERROR, "Possible integer overflow in zend_arena_calloc() (%zu * %zu)", unit_size, count); in zend_arena_calloc()
/PHP-7.3/ext/standard/tests/file/
H A Dis_dir_variation4.phpt37 $count = 1;
40 echo "\n-- Iteration $count --\n";
42 $count++;

Completed in 73 milliseconds

1...<<11121314151617181920>>...53