Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/tests/misc/
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 integer, string given in %s on line %d
H A Dsyslog_basic.phpt5 openlog('phpt', LOG_NDELAY | LOG_PID, LOG_USER);
/PHP-7.1/win32/
H A Dwsyslog.c90 openlog("php", LOG_PID, LOG_SYSLOG); in syslog()
121 void openlog(const char *ident, int logopt, int facility) in openlog() function
H A Dsyslog.h74 extern void openlog(const char *, int, int);
/PHP-7.1/ext/standard/
H A Dphp_ext_syslog.h35 PHP_FUNCTION(openlog);
H A Dsyslog.c135 PHP_FUNCTION(openlog) in PHP_FUNCTION() argument
152 openlog(BG(syslog_device), option, facility); in PHP_FUNCTION()
H A Dbasic_functions.c3257 PHP_FE(openlog, arginfo_openlog)
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_stdio.c292 openlog(fpm_global_config.syslog_ident, LOG_PID | LOG_CONS, fpm_global_config.syslog_facility);

Completed in 31 milliseconds