config_zval_dtor  263 main/php_ini.c 					zend_hash_init(Z_ARRVAL_P(option_arr), 0, NULL, (dtor_func_t) config_zval_dtor, 1);
config_zval_dtor  334 main/php_ini.c 						zend_hash_init(Z_ARRVAL_P(section_arr), 0, NULL, (dtor_func_t) config_zval_dtor, 1);
config_zval_dtor  392 main/php_ini.c 	if (zend_hash_init(&configuration_hash, 0, NULL, (dtor_func_t) config_zval_dtor, 1) == FAILURE) {
config_zval_dtor   27 main/php_ini.h PHPAPI void config_zval_dtor(zval *zvalue);
config_zval_dtor  769 sapi/cgi/cgi_main.c 		zend_hash_init(new_entry->user_config, 0, NULL, (dtor_func_t) config_zval_dtor, 1);
config_zval_dtor  711 sapi/fpm/fpm/fpm_main.c 		zend_hash_init(new_entry->user_config, 0, NULL, (dtor_func_t) config_zval_dtor, 1);