Home
last modified time | relevance | path

Searched refs:openlog (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/standard/tests/misc/
H A Dsyslog_basic.phpt5 openlog('phpt', LOG_NDELAY | LOG_PID, LOG_USER);
/PHP-8.0/win32/
H A Dwsyslog.c100 openlog("php", LOG_PID, LOG_SYSLOG); in vsyslog()
146 void openlog(const char *ident, int logopt, int facility) in openlog() function
H A Dsyslog.h70 extern void openlog(const char *, int, int);
/PHP-8.0/main/
H A Dphp_syslog.c37 openlog(ident, option, facility); in php_openlog()
/PHP-8.0/ext/standard/
H A Dsyslog.c130 PHP_FUNCTION(openlog) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php477 function openlog(string $prefix, int $flags, int $facility): bool {} function
H A Dbasic_functions_arginfo.h2417 ZEND_FUNCTION(openlog);
3051 ZEND_FE(openlog, arginfo_openlog)

Completed in 53 milliseconds