Home
last modified time | relevance | path

Searched refs:syslog (Results 1 – 25 of 33) sorted by relevance

12

/PHP-5.3/ext/standard/tests/network/
H A Dsyslog_error.phpt2 Test syslog() function : error conditions
5 /* Prototype : bool syslog(int priority, string message)
7 * Source code: ext/standard/syslog.c
11 echo "*** Testing syslog() : error conditions ***\n";
14 //Test syslog with one more than the expected number of arguments
19 var_dump( syslog($priority, $message, $extra_arg) );
21 // Testing syslog with one less than the expected number of arguments
24 var_dump( syslog($priority) );
29 *** Testing syslog() : error conditions ***
31 -- Testing syslog() function with more than expected no. of arguments --
[all …]
H A Dsyslog_basic-win32.phpt2 Test syslog() function : basic functionality
10 /* Prototype : bool syslog(int priority, string message)
12 * Source code: ext/standard/syslog.c
16 echo "*** Testing syslog() : basic functionality ***\n";
21 $message = 'A test syslog call invocation';
23 // Calling syslog() with all possible arguments
24 var_dump( syslog($priority, $message) );
29 *** Testing syslog() : basic functionality ***
H A Ddefine_syslog_variables_error.phpt6 * Description: Initializes all syslog-related variables
7 * Source code: ext/standard/syslog.c
H A Ddefine_syslog_variables_variation2-win32.phpt13 * Description: Initializes all syslog-related variables
14 * Source code: ext/standard/syslog.c
H A Ddefine_syslog_variables_variation2.phpt13 * Description: Initializes all syslog-related variables
14 * Source code: ext/standard/syslog.c
H A Ddefine_syslog_variables_variation.phpt6 * Description: Initializes all syslog-related variables
7 * Source code: ext/standard/syslog.c
H A Ddefine_syslog_variables_basic-win32.phpt11 * Description: Initializes all syslog-related variables
12 * Source code: ext/standard/syslog.c
H A Ddefine_syslog_variables_basic.phpt11 * Description: Initializes all syslog-related variables
12 * Source code: ext/standard/syslog.c
H A Dcloselog_basic.phpt7 * Source code: ext/standard/syslog.c
H A Dcloselog_error.phpt7 * Source code: ext/standard/syslog.c
/PHP-5.3/ext/standard/
H A Dphp_ext_syslog.h28 PHP_MINIT_FUNCTION(syslog);
29 PHP_RINIT_FUNCTION(syslog);
31 PHP_RSHUTDOWN_FUNCTION(syslog);
33 PHP_MSHUTDOWN_FUNCTION(syslog);
36 PHP_FUNCTION(syslog);
H A Dsyslog.c43 PHP_MINIT_FUNCTION(syslog) in PHP_MINIT_FUNCTION() argument
106 PHP_RINIT_FUNCTION(syslog) in PHP_RINIT_FUNCTION() argument
119 PHP_RSHUTDOWN_FUNCTION(syslog) in PHP_RSHUTDOWN_FUNCTION() argument
126 PHP_MSHUTDOWN_FUNCTION(syslog) in PHP_MSHUTDOWN_FUNCTION() argument
261 PHP_FUNCTION(syslog) in PHP_FUNCTION() argument
H A Dconfig.w3218 string.c scanf.c syslog.c type.c uniqid.c url.c var.c \
/PHP-5.3/main/
H A Dphp_syslog.h38 #ifdef syslog
44 #undef syslog
49 #define php_syslog syslog
/PHP-5.3/ext/standard/tests/misc/
H A Dsyslog_basic.phpt2 Basic syslog test
7 syslog(LOG_WARNING, 'Basic syslog test');
H A Dsyslog_parameters.phpt8 syslog();
9 syslog('Wrong parameter order', LOG_WARNING);
18 Warning: syslog() expects exactly 2 parameters, 0 given in %s on line %d
20 Warning: syslog() expects parameter 1 to be long, string given in %s on line %d
/PHP-5.3/sapi/milter/
H A DTODO3 stdout to syslog
H A Dphp_milter.c1170 syslog(1, "mlfi_init failed."); in main()
1177 syslog(1, "smfi_register failed."); in main()
/PHP-5.3/win32/build/
H A Dregistersyslog.php23 syslog(LOG_NOTICE, "Registered PHP Event source");
H A DMakefile195 @echo Registering event source with syslog (requires admin rights)
/PHP-5.3/sapi/fpm/
H A Dphp-fpm.service.in3 After=syslog.target network.target
H A Dphp-fpm.conf.in28 ; If it's set to "syslog", log is sent to syslogd instead of being written
37 ; See syslog(3) for possible values (ex daemon equiv LOG_DAEMON)
39 ;syslog.facility = daemon
45 ;syslog.ident = php-fpm
/PHP-5.3/win32/
H A Dsyslog.h75 extern void syslog(int, const char *, ...);
H A Dwsyslog.c81 void syslog(int priority, const char *message, ...) in syslog() function
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch851 /* Logfile or syslog? */
897 - syslog( LOG_INFO,
1389 syslog( LOG_ERR, "mmc_unmap failed to find entry!" );
1566 syslog( LOG_CRIT, "tmr_create(occasional) failed" );
1571 + syslog(LOG_CRIT, "tmr_create(timeout_conns) failed");
1584 + syslog(LOG_CRIT, "tmr_create failed");
1599 syslog( LOG_CRIT, "setgroups - %m" );
1614 syslog( LOG_CRIT, "out of memory allocating a connecttab" );
2012 - syslog( LOG_CRIT, "tmr_create(idle_send_connection) failed" );
2251 - syslog( LOG_INFO,
[all …]

Completed in 45 milliseconds

12