Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/network/
H A Dcloselog_basic.phpt2 Test closelog() function : basic functionality
5 /* Prototype : bool closelog(void)
11 echo "*** Testing closelog() : basic functionality ***\n";
14 echo "\n-- Testing closelog() function with Zero arguments --\n";
15 var_dump( closelog() );
19 *** Testing closelog() : basic functionality ***
21 -- Testing closelog() function with Zero arguments --
/PHP-7.4/ext/standard/
H A Dphp_ext_syslog.h35 PHP_FUNCTION(closelog);
H A Dsyslog.c112 closelog(); in PHP_RSHUTDOWN_FUNCTION()
165 PHP_FUNCTION(closelog) in PHP_FUNCTION() argument
171 closelog(); in PHP_FUNCTION()
H A Dbasic_functions.c3300 PHP_FE(closelog, arginfo_closelog)
/PHP-7.4/ext/standard/tests/misc/
H A Dsyslog_basic.phpt9 closelog();
/PHP-7.4/win32/
H A Dwsyslog.c63 void closelog(void) in closelog() function
150 closelog(); in openlog()
H A Dsyslog.h71 extern void closelog(void);
H A Dglobals.c66 closelog(); in PHP_RSHUTDOWN_FUNCTION()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_stdio.c91 closelog(); /* ensure to close syslog not to interrupt with PHP syslog code */

Completed in 26 milliseconds