Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dbasic_functions.c3303 PHP_FE(openlog, arginfo_openlog)
H A Dphp_ext_syslog.h33 PHP_FUNCTION(openlog);
H A Dsyslog.c128 openlog(ident, option, facility); in php_openlog()
139 PHP_FUNCTION(openlog) in PHP_FUNCTION() argument
/PHP-7.3/ext/standard/tests/misc/
H A Dsyslog_basic.phpt5 openlog('phpt', LOG_NDELAY | LOG_PID, LOG_USER);
H A Dsyslog_parameters.phpt5 openlog();
6 openlog(NULL, 'string', 0);
14 Warning: openlog() expects exactly 3 parameters, 0 given in %s on line %d
16 Warning: openlog() expects parameter 2 to be int, string given in %s on line %d
/PHP-7.3/win32/
H A Dsyslog.h72 extern void openlog(const char *, int, int);
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

Completed in 20 milliseconds