Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dphp_ini.h35 PHPAPI int php_parse_user_ini_file(const char *dirname, char *ini_filename, HashTable *target_hash …
H A Dphp_ini.c754 PHPAPI int php_parse_user_ini_file(const char *dirname, char *ini_filename, HashTable *target_hash … in php_parse_user_ini_file() function
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c753 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC);
758 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC);
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c812 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC);
817 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC);

Completed in 24 milliseconds