Searched refs:zend_hash_next_free_element (Results 1 – 4 of 4) sorted by relevance
464 pid = zend_hash_next_free_element(disp->dispid_to_name) - 1; in generate_dispids()499 pid = zend_hash_next_free_element(disp->dispid_to_name) - 1; in generate_dispids()
36 zend_long index = zend_hash_next_free_element(&EG(regular_list)); in zend_list_insert()
321 static zend_always_inline zend_long zend_hash_next_free_element(const HashTable *ht) { in zend_hash_next_free_element() function
2140 uint32_t old_const_num = zend_hash_next_free_element(EG(zend_constants)); in persistent_compile_file()2180 uint32_t new_const_num = zend_hash_next_free_element(EG(zend_constants)); in persistent_compile_file()
Completed in 36 milliseconds