Searched refs:openlog (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/standard/tests/misc/ |
H A D | syslog_basic.phpt | 5 openlog('phpt', LOG_NDELAY | LOG_PID, LOG_USER);
|
/PHP-8.0/win32/ |
H A D | wsyslog.c | 100 openlog("php", LOG_PID, LOG_SYSLOG); in vsyslog() 146 void openlog(const char *ident, int logopt, int facility) in openlog() function
|
H A D | syslog.h | 70 extern void openlog(const char *, int, int);
|
/PHP-8.0/main/ |
H A D | php_syslog.c | 37 openlog(ident, option, facility); in php_openlog()
|
/PHP-8.0/ext/standard/ |
H A D | syslog.c | 130 PHP_FUNCTION(openlog) in PHP_FUNCTION() argument
|
H A D | basic_functions.stub.php | 477 function openlog(string $prefix, int $flags, int $facility): bool {} function
|
H A D | basic_functions_arginfo.h | 2417 ZEND_FUNCTION(openlog); 3051 ZEND_FE(openlog, arginfo_openlog)
|
Completed in 36 milliseconds