Searched refs:closelog (Results 1 – 9 of 9) sorted by relevance
2 Test closelog() function : basic functionality5 echo "*** Testing closelog() : basic functionality ***\n";8 echo "\n-- Testing closelog() function with Zero arguments --\n";9 var_dump( closelog() );12 *** Testing closelog() : basic functionality ***14 -- Testing closelog() function with Zero arguments --
9 closelog();
63 void closelog(void) in closelog() function150 closelog(); in openlog()
69 extern void closelog(void);
64 closelog(); in PHP_RSHUTDOWN_FUNCTION()
81 PHP_FUNCTION(closelog) in PHP_FUNCTION() argument
2221 function closelog(): true {}
2492 ZEND_FUNCTION(closelog);3090 ZEND_FE(closelog, arginfo_closelog)
82 closelog(); in php_closelog()
Completed in 33 milliseconds