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/strings/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/strings/chr_error.phpt |
--TEST-- Test chr() function : error conditions --FILE-- <?php /* Prototype : string chr ( int $ascii ) * Description: Return a specific character * Source code: ext/standard/string.c */ echo "*** Testing chr() : error conditions ***\n"; echo "\n-- Testing chr() function with no arguments --\n"; var_dump( chr() ); echo "\n-- Testing chr() function with more than expected no. of arguments --\n"; $extra_arg = 10; var_dump( chr(72, $extra_arg) ); ?> ===DONE=== --EXPECTF-- *** Testing chr() : error conditions *** -- Testing chr() function with no arguments -- Warning: Wrong parameter count for chr() in %s on line %d NULL -- Testing chr() function with more than expected no. of arguments -- Warning: Wrong parameter count for chr() in %s on line %d NULL ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare