Searched defs:config_zval_dtor (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/main/ |
| H A D | php_ini.c | 190 /* {{{ config_zval_dtor 192 PHPAPI void config_zval_dtor(zval *zvalue) function 263 zend_hash_init(Z_ARRVAL_P(option_arr), 0, NULL, (dtor_func_t) config_zval_dtor, 1); 334 zend_hash_init(Z_ARRVAL_P(section_arr), 0, NULL, (dtor_func_t) config_zval_dtor, 1); 376 if (zend_hash_init(&configuration_hash, 0, NULL, (dtor_func_t) config_zval_dtor, 1) == FAILURE) {
|
Completed in 4 milliseconds