Searched defs:ini_filename (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_5/main/ |
| H A D | php_ini.c | 736 PHPAPI int php_parse_user_ini_file(const char *dirname, char *ini_filename, HashTable *target_hash TSRMLS_DC) argument 742 snprintf(ini_file, MAXPATHLEN, "%s%c%s", dirname, DEFAULT_SLASH, ini_filename);
|
| /PHP_5_5/Zend/ |
| H A D | zend_ini_scanner.c | 170 #define ini_filename SCNG(filename) macro 187 ini_filename = zend_strndup(fh->filename, strlen(fh->filename)); 189 ini_filename = NULL; 204 if (ini_filename) { 205 free(ini_filename); 222 return ini_filename ? ini_filename : "Unknown";
|
| /PHP_5_5/sapi/fpm/fpm/ |
| H A D | fpm_conf.c | 87 static char *ini_filename = NULL; variable 1243 spprintf(&filename, 0, "%s", ini_filename); 1313 zlog(ZLOG_ERROR, "[%s:%d] Unable to alloc a new WorkerPool for worker '%s'", ini_filename, ini_lineno, Z_STRVAL_P(section)); 1319 zlog(ZLOG_ERROR, "[%s:%d] Unable to alloc memory for configuration name for worker '%s'", ini_filename, ini_lineno, Z_STRVAL_P(section)); 1333 zlog(ZLOG_ERROR, "[%s:%d] value is NULL for a ZEND_INI_PARSER_ENTRY", ini_filename, ini_lineno); 1340 zlog(ZLOG_ERROR, "[%s:%d] two includes at the same time !", ini_filename, ini_lineno); 1360 zlog(ZLOG_ERROR, "[%s:%d] the parser for entry '%s' is not defined", ini_filename, ini_lineno, parser->name); 1367 zlog(ZLOG_ERROR, "[%s:%d] unable to parse value for entry '%s': %s", ini_filename, ini_lineno, parser->name, ret); 1378 zlog(ZLOG_ERROR, "[%s:%d] unknown entry '%s'", ini_filename, ini_lineno, Z_STRVAL_P(name)); 1390 zlog(ZLOG_ERROR, "[%s:%d] Misspelled array ?", ini_filename, ini_linen [all...] |
Completed in 9 milliseconds