zval_ptr_dtor_func 1606 Zend/zend_compile.c 	dtor_func_t zval_ptr_dtor_func = ((persistent_hashes) ? ZVAL_INTERNAL_PTR_DTOR : ZVAL_PTR_DTOR);
zval_ptr_dtor_func 1618 Zend/zend_compile.c 	zend_hash_init_ex(&ce->constants_table, 8, NULL, zval_ptr_dtor_func, persistent_hashes, 0);