Searched defs:syslog (Results 1 – 4 of 4) sorted by relevance
36 PHP_MINIT_FUNCTION(syslog) in PHP_MINIT_FUNCTION() argument98 PHP_RSHUTDOWN_FUNCTION(syslog) in PHP_RSHUTDOWN_FUNCTION() argument154 PHP_FUNCTION(syslog) in PHP_FUNCTION() argument
642 function syslog(int $priority, string $message): bool {} // TODO make return type void function
81 void syslog(int priority, const char *message, ...) in syslog() function
32 #define syslog std_syslog macro
Completed in 16 milliseconds