Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/standard/tests/network/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/network/syslog_basic-win32.phpt |
--TEST-- Test syslog() function : basic functionality --SKIPIF-- <?php if(substr(PHP_OS, 0, 3) != "WIN") die("skip Only run on Windows"); ?> --FILE-- <?php /* Prototype : bool syslog(int priority, string message) * Description: Generate a system log message * Source code: ext/standard/syslog.c * Alias to functions: */ echo "*** Testing syslog() : basic functionality ***\n"; // Initialise all required variables $priority = LOG_WARNING; $message = 'A test syslog call invocation'; // Calling syslog() with all possible arguments var_dump( syslog($priority, $message) ); ?> ===DONE=== --EXPECT-- *** Testing syslog() : basic functionality *** bool(true) ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare