Home
last modified time | relevance | path

Searched refs:section_arr (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/main/
H A Dphp_ini.c297 zval section_arr; in php_ini_parser_cb() local
299 ZVAL_NEW_PERSISTENT_ARR(&section_arr); in php_ini_parser_cb()
300 zend_hash_init(Z_ARRVAL(section_arr), 8, NULL, (dtor_func_t) config_zval_dtor, 1); in php_ini_parser_cb()
301 entry = zend_hash_str_update(target_hash, key, key_len, &section_arr); in php_ini_parser_cb()

Completed in 20 milliseconds