Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/tests/misc/
H A Dsyslog_basic.phpt5 openlog('phpt', LOG_NDELAY | LOG_PID, LOG_USER);
/PHP-8.1/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.1/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.1/main/
H A Dphp_syslog.c76 openlog(ident, option, facility); in php_openlog()
/PHP-8.1/ext/standard/
H A Dsyslog.c115 PHP_FUNCTION(openlog) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php636 function openlog(string $prefix, int $flags, int $facility): bool {} function
H A Dbasic_functions_arginfo.h2427 ZEND_FUNCTION(openlog);
3064 ZEND_FE(openlog, arginfo_openlog)

Completed in 32 milliseconds