Searched refs:facility (Results 1 – 13 of 13) sorted by relevance
/PHP-8.0/main/ |
H A D | main.c | 105 if (!strcmp(facility, "LOG_AUTH") || !strcmp(facility, "auth") || !strcmp(facility, "security")) { in PHP_INI_MH() 117 if (!strcmp(facility, "LOG_CRON") || !strcmp(facility, "cron")) { in PHP_INI_MH() 123 if (!strcmp(facility, "LOG_DAEMON") || !strcmp(facility, "daemon")) { in PHP_INI_MH() 129 if (!strcmp(facility, "LOG_FTP") || !strcmp(facility, "ftp")) { in PHP_INI_MH() 135 if (!strcmp(facility, "LOG_KERN") || !strcmp(facility, "kern")) { in PHP_INI_MH() 141 if (!strcmp(facility, "LOG_LPR") || !strcmp(facility, "lpr")) { in PHP_INI_MH() 147 if (!strcmp(facility, "LOG_MAIL") || !strcmp(facility, "mail")) { in PHP_INI_MH() 159 if (!strcmp(facility, "LOG_NEWS") || !strcmp(facility, "news")) { in PHP_INI_MH() 165 if (!strcmp(facility, "LOG_SYSLOG") || !strcmp(facility, "syslog")) { in PHP_INI_MH() 171 if (!strcmp(facility, "LOG_USER") || !strcmp(facility, "user")) { in PHP_INI_MH() [all …]
|
H A D | php_syslog.c | 35 void php_openlog(const char *ident, int option, int facility) in php_openlog() argument 37 openlog(ident, option, facility); in php_openlog()
|
/PHP-8.0/ext/standard/ |
H A D | syslog.c | 133 zend_long option, facility; in PHP_FUNCTION() local 139 Z_PARAM_LONG(facility) in PHP_FUNCTION() 149 php_openlog(BG(syslog_device), option, facility); in PHP_FUNCTION()
|
H A D | basic_functions.stub.php | 477 function openlog(string $prefix, int $flags, int $facility): bool {} argument
|
H A D | basic_functions_arginfo.h | 702 ZEND_ARG_TYPE_INFO(0, facility, IS_LONG, 0)
|
/PHP-8.0/win32/ |
H A D | wsyslog.c | 146 void openlog(const char *ident, int logopt, int facility) in openlog() argument
|
/PHP-8.0/sapi/fpm/ |
H A D | php-fpm.conf.in | 31 ;syslog.facility = daemon
|
/PHP-8.0/ext/mbstring/libmbfl/ |
H A D | LICENSE | 175 d) If a facility in the modified Library refers to a function or a 177 the facility, other than as an argument passed when the facility 180 table, the facility still operates, and performs whatever part of
|
/PHP-8.0/ext/bcmath/libbcmath/ |
H A D | LICENSE | 178 d) If a facility in the modified Library refers to a function or a 180 the facility, other than as an argument passed when the facility 183 table, the facility still operates, and performs whatever part of
|
/PHP-8.0/ |
H A D | php.ini-development | 601 ; The syslog facility is used to specify what type of program is logging 603 ;syslog.facility = user
|
H A D | php.ini-production | 603 ; The syslog facility is used to specify what type of program is logging 605 ;syslog.facility = user
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 14187 0 string 5\x0aStorage_Facility Quake I save: hip1m2 Storage facility 14190 0 string 5\x0aResearch_Facility Quake I save: hip1m4 Research facility
|
H A D | magic | 14187 0 string 5\x0aStorage_Facility Quake I save: hip1m2 Storage facility 14190 0 string 5\x0aResearch_Facility Quake I save: hip1m4 Research facility
|
Completed in 236 milliseconds