Searched refs:num_elems (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_4/ext/standard/ |
| H A D | basic_functions.c | 4807 int num_elems, element = 0; local 4823 num_elems = zend_hash_num_elements(params_ar); 4824 method_args = (zval ***) safe_emalloc(sizeof(zval **), num_elems, 0); 4833 if (call_user_function_ex(EG(function_table), &object, callback, &retval_ptr, num_elems, method_args, 0, NULL TSRMLS_CC) == SUCCESS) {
|
| H A D | html_tables.h | 2617 unsigned num_elems; /* power of 2 */ member in struct:__anon242 2618 const entity_ht_bucket *buckets; /* .num_elems elements */
|
| H A D | html.c | 849 s = ht->buckets[hash % ht->num_elems];
|
Completed in 37 milliseconds