new_const_num    1816 ext/opcache/ZendAccelerator.c 			uint32_t new_const_num = zend_hash_next_free_element(EG(zend_constants));
new_const_num    1817 ext/opcache/ZendAccelerator.c 			while (new_const_num > old_const_num) {
new_const_num    1818 ext/opcache/ZendAccelerator.c 				new_const_num--;
new_const_num    1819 ext/opcache/ZendAccelerator.c 				zend_hash_index_del(EG(zend_constants), new_const_num);