Searched refs:php_parse_user_ini_file (Results 1 – 5 of 5) sorted by relevance
/PHP-7.3/main/ |
H A D | php_ini.h | 34 PHPAPI int php_parse_user_ini_file(const char *dirname, char *ini_filename, HashTable *target_hash);
|
H A D | php_ini.c | 786 PHPAPI int php_parse_user_ini_file(const char *dirname, char *ini_filename, HashTable *target_hash) in php_parse_user_ini_file() function
|
/PHP-7.3/sapi/litespeed/ |
H A D | lsapi_main.c | 1043 php_parse_user_ini_file(begin, PG(user_ini_filename), &ctx->entry->user_config); in walk_down_the_path_callback() 1066 php_parse_user_ini_file(ctx->path, PG(user_ini_filename), in lsapi_activate_user_ini_walk_down_the_path()
|
/PHP-7.3/sapi/fpm/fpm/ |
H A D | fpm_main.c | 683 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config); in php_cgi_ini_activate_user_config() 688 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config); in php_cgi_ini_activate_user_config()
|
/PHP-7.3/sapi/cgi/ |
H A D | cgi_main.c | 852 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config); 857 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config);
|
Completed in 57 milliseconds