pElement 50 Zend/zend_hash.h typedef void (*copy_ctor_func_t)(void *pElement); pElement 51 Zend/zend_hash.h typedef void (*copy_ctor_param_func_t)(void *pElement, void *pParam); pElement 42 ext/opcache/zend_accelerator_util_funcs.c typedef void (*unique_copy_ctor_func_t)(void *pElement); pElement 60 ext/opcache/zend_persist.c static void zend_hash_persist(HashTable *ht, void (*pPersistElement)(void *pElement TSRMLS_DC), size_t el_size TSRMLS_DC) pElement 52 ext/opcache/zend_persist_calc.c static uint zend_hash_persist_calc(HashTable *ht, int (*pPersistElement)(void *pElement TSRMLS_DC), size_t el_size TSRMLS_DC)