Searched refs:openlog (Results 1 – 10 of 10) sorted by relevance
/PHP-5.4/ext/standard/tests/misc/ |
H A D | syslog_parameters.phpt | 5 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 long, string given in %s on line %d
|
H A D | syslog_basic.phpt | 5 openlog('phpt', LOG_NDELAY | LOG_PID, LOG_USER);
|
/PHP-5.4/win32/ |
H A D | wsyslog.c | 92 openlog("php", LOG_PID, LOG_SYSLOG); in syslog() 124 void openlog(const char *ident, int logopt, int facility) in openlog() function
|
H A D | syslog.h | 74 extern void openlog(const char *, int, int);
|
/PHP-5.4/ext/standard/ |
H A D | php_ext_syslog.h | 35 PHP_FUNCTION(openlog);
|
H A D | syslog.c | 135 PHP_FUNCTION(openlog) in PHP_FUNCTION() argument 152 openlog(BG(syslog_device), option, facility); in PHP_FUNCTION()
|
H A D | basic_functions.c | 3242 PHP_FE(openlog, arginfo_openlog)
|
/PHP-5.4/sapi/fpm/fpm/ |
H A D | fpm_stdio.c | 269 openlog(fpm_global_config.syslog_ident, LOG_PID | LOG_CONS, fpm_global_config.syslog_facility);
|
/PHP-5.4/sapi/webjames/ |
H A D | webjames.c | 204 openlog("PHP",0,0); in webjames_module_main()
|
/PHP-5.4/sapi/milter/ |
H A D | php_milter.c | 1169 openlog("php-milter", LOG_PID, LOG_MAIL); in main()
|
Completed in 36 milliseconds