Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_ini.c303 zval section_arr; in php_ini_parser_cb() local
305 ZVAL_NEW_PERSISTENT_ARR(&section_arr); in php_ini_parser_cb()
306 zend_hash_init(Z_ARRVAL(section_arr), 8, NULL, (dtor_func_t) config_zval_dtor, 1); in php_ini_parser_cb()
307 entry = zend_hash_str_update(target_hash, key, key_len, &section_arr); in php_ini_parser_cb()

Completed in 5 milliseconds