Home
last modified time | relevance | path

Searched refs:buckets (Results 1 – 10 of 10) sorted by relevance

/PHP-8.2/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt94 Warning: stream_filter_append(): Unprocessed filter buckets remaining on input brigade in %s
99 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
116 Warning: stream_filter_append(): Unprocessed filter buckets remaining on input brigade in %s
121 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
126 Warning: stream_filter_append(): Unprocessed filter buckets remaining on input brigade in %s
131 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
135 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
146 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
151 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
161 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
[all …]
/PHP-8.2/ext/standard/tests/array/
H A Darray_slice_variation11.phpt2 Test array_slice() function : usage variations - array has holes in buckets
6 * Check that results of array_slice are correct when there are holes in buckets caused by unset()
/PHP-8.2/Zend/tests/
H A Dinclude_fail_during_read.phpt10 Warning: include(): Unprocessed filter buckets remaining on input brigade in %s on line %d
/PHP-8.2/main/
H A Dfastcgi.c194 fcgi_hash_buckets *buckets; member
257 h->buckets->idx = 0; in fcgi_hash_init()
258 h->buckets->next = NULL; in fcgi_hash_init()
270 b = h->buckets; in fcgi_hash_destroy()
289 while (h->buckets->next) { in fcgi_hash_clean()
292 h->buckets = h->buckets->next; in fcgi_hash_clean()
295 h->buckets->idx = 0; in fcgi_hash_clean()
346 b->next = h->buckets; in fcgi_hash_set()
347 h->buckets = b; in fcgi_hash_set()
349 p = h->buckets->data + h->buckets->idx; in fcgi_hash_set()
[all …]
/PHP-8.2/ext/mbstring/ucgendat/
H A Ducgendat.php602 $buckets = [];
606 $buckets[$h][] = [$k, $v];
610 usort($buckets, function ($b1, $b2) {
614 foreach ($buckets as $bucket) {
657 foreach ($buckets as $bucket) {
/PHP-8.2/ext/standard/
H A Dfilestat.c1075 …realpath_cache_bucket **buckets = realpath_cache_get_buckets(), **end = buckets + realpath_cache_m… in PHP_FUNCTION() local
1080 while(buckets < end) { in PHP_FUNCTION()
1081 realpath_cache_bucket *bucket = *buckets; in PHP_FUNCTION()
1105 buckets++; in PHP_FUNCTION()
H A Dhtml.c744 s = ht->buckets[hash % ht->num_elems]; in resolve_named_entity_html()
H A Dhtml_tables.h2613 const entity_ht_bucket *buckets; /* .num_elems elements */ member
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic28786 # dictionary block a 512 bytes; the first 37 bytes correspond to the 37 buckets
H A Dmagic私はガラスを食べられます28786 # dictionary block a 512 bytes; the first 37 bytes correspond to the 37 buckets

Completed in 318 milliseconds