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/posix/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/posix/tests/posix_times_error.phpt |
--TEST-- Test posix_times() function : error conditions --SKIPIF-- <?php if(!extension_loaded("posix")) print "skip - POSIX extension not loaded"; ?> --FILE-- <?php /* Prototype : proto array posix_times(void) * Description: Get process times (POSIX.1, 4.5.2) * Source code: ext/posix/posix.c * Alias to functions: */ echo "*** Testing posix_times() : error conditions ***\n"; // One argument echo "\n-- Testing posix_times() function with one argument --\n"; $extra_arg = 10;; var_dump( posix_times($extra_arg) ); echo "Done"; ?> --EXPECTF-- *** Testing posix_times() : error conditions *** -- Testing posix_times() function with one argument -- Warning: posix_times() expects exactly 0 parameters, 1 given in %s on line %d NULL Done
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare