Home
last modified time | relevance | path

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

/PHP-7.0/ext/opcache/
H A DZendAccelerator.c1881 uint32_t new_const_num = zend_hash_next_free_element(EG(zend_constants)); in persistent_compile_file() local
1882 while (new_const_num > old_const_num) { in persistent_compile_file()
1883 new_const_num--; in persistent_compile_file()
1884 zend_hash_index_del(EG(zend_constants), new_const_num); in persistent_compile_file()

Completed in 10 milliseconds