Searched defs:ini_filename (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/main/ |
| H A D | php_ini.c | 760 PHPAPI int php_parse_user_ini_file(const char *dirname, char *ini_filename, HashTable *target_hash TSRMLS_DC) argument 766 snprintf(ini_file, MAXPATHLEN, "%s%c%s", dirname, DEFAULT_SLASH, ini_filename);
|
| /PHP_5_3/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_3/sapi/fpm/fpm/ |
| H A D | fpm_conf.c | 79 static char *ini_filename = NULL; variable 1226 spprintf(&filename, 0, "%s", ini_filename); 1296 zlog(ZLOG_ERROR, "[%s:%d] Unable to alloc a new WorkerPool for worker '%s'", ini_filename, ini_lineno, Z_STRVAL_P(section)); 1302 zlog(ZLOG_ERROR, "[%s:%d] Unable to alloc memory for configuration name for worker '%s'", ini_filename, ini_lineno, Z_STRVAL_P(section)); 1316 zlog(ZLOG_ERROR, "[%s:%d] value is NULL for a ZEND_INI_PARSER_ENTRY", ini_filename, ini_lineno); 1323 zlog(ZLOG_ERROR, "[%s:%d] two includes at the same time !", ini_filename, ini_lineno); 1343 zlog(ZLOG_ERROR, "[%s:%d] the parser for entry '%s' is not defined", ini_filename, ini_lineno, parser->name); 1350 zlog(ZLOG_ERROR, "[%s:%d] unable to parse value for entry '%s': %s", ini_filename, ini_lineno, parser->name, ret); 1361 zlog(ZLOG_ERROR, "[%s:%d] unknown entry '%s'", ini_filename, ini_lineno, Z_STRVAL_P(name)); 1373 zlog(ZLOG_ERROR, "[%s:%d] Misspelled array ?", ini_filename, ini_linen [all...] |
Completed in 102 milliseconds