Home
last modified time | relevance | path

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

12

/PHP-5.6/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 Dcloselog_basic.phpt7 * Source code: ext/standard/syslog.c
H A Dcloselog_error.phpt7 * Source code: ext/standard/syslog.c
/PHP-5.6/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.c41 PHP_MINIT_FUNCTION(syslog) in PHP_MINIT_FUNCTION() argument
104 PHP_RINIT_FUNCTION(syslog) in PHP_RINIT_FUNCTION() argument
112 PHP_RSHUTDOWN_FUNCTION(syslog) in PHP_RSHUTDOWN_FUNCTION() argument
119 PHP_MSHUTDOWN_FUNCTION(syslog) in PHP_MSHUTDOWN_FUNCTION() argument
176 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 \
H A Dconfig.m4610 soundex.c string.c scanf.c syslog.c type.c uniqid.c url.c \
H A Dbasic_functions.c3235 PHP_FE(syslog, arginfo_syslog)
3643 BASIC_MINIT_SUBMODULE(syslog) in PHP_MINIT_FUNCTION()
3678 PHP_MSHUTDOWN(syslog)(SHUTDOWN_FUNC_ARGS_PASSTHRU); in PHP_MSHUTDOWN_FUNCTION() local
3743 BASIC_RINIT_SUBMODULE(syslog) in PHP_RINIT_FUNCTION()
3792 BASIC_RSHUTDOWN_SUBMODULE(syslog)(SHUTDOWN_FUNC_ARGS_PASSTHRU); in PHP_RSHUTDOWN_FUNCTION() local
/PHP-5.6/main/
H A Dphp_syslog.h38 #ifdef syslog
44 #undef syslog
49 #define php_syslog syslog
/PHP-5.6/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.6/sapi/milter/
H A DTODO3 stdout to syslog
H A Dphp_milter.c1172 syslog(1, "mlfi_init failed."); in main()
1179 syslog(1, "smfi_register failed."); in main()
/PHP-5.6/win32/build/
H A Dregistersyslog.php23 syslog(LOG_NOTICE, "Registered PHP Event source");
H A DMakefile217 @echo Registering event source with syslog (requires admin rights)
/PHP-5.6/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.6/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
H A Dphp5dll.dsp542 SOURCE=..\ext\standard\syslog.c
1607 SOURCE=..\win32\syslog.h
/PHP-5.6/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 …]
/PHP-5.6/Zend/
H A Dzend_ini_parser.y197 syslog(LOG_ALERT, "PHP: %s (%s)", error_buf, GetCommandLine()); in ini_error()
/PHP-5.6/
H A Dphp.ini-development573 ; Log errors to syslog (Event Log on Windows).
574 ;error_log = syslog
1050 ; Log mail to syslog (Event Log on Windows).
1051 ;mail.log = syslog
H A Dphp.ini-production573 ; Log errors to syslog (Event Log on Windows).
574 ;error_log = syslog
1050 ; Log mail to syslog (Event Log on Windows).
1051 ;mail.log = syslog

Completed in 102 milliseconds

12