Home
last modified time | relevance | path

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

/PHP-8.2/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.2/ext/standard/tests/misc/
H A Dsyslog_basic.phpt5 openlog('phpt', LOG_NDELAY | LOG_PID, LOG_USER);
/PHP-8.2/ext/standard/tests/network/
H A Dsyslog_null_byte.phpt13 openlog('PHPT', LOG_PERROR, LOG_USER);
H A Dsyslog_new_line.phpt13 openlog('PHPT', LOG_PERROR, LOG_USER);
/PHP-8.2/ext/standard/
H A Dsyslog.c59 PHP_FUNCTION(openlog) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php2231 function openlog(string $prefix, int $flags, int $facility): true {}
H A Dbasic_functions_arginfo.h2516 ZEND_FUNCTION(openlog);
3150 ZEND_FE(openlog, arginfo_openlog)
/PHP-8.2/main/
H A Dphp_syslog.c76 openlog(ident, option, facility); in php_openlog()

Completed in 36 milliseconds