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/strrev_error.phpt |
--TEST-- Test strrev() function : error conditions --FILE-- <?php /* Prototype : string strrev(string $str); * Description: Reverse a string * Source code: ext/standard/string.c */ echo "*** Testing strrev() : error conditions ***\n"; echo "-- Testing strrev() function with Zero arguments --"; var_dump( strrev() ); echo "\n-- Testing strrev() function with more than expected no. of arguments --"; var_dump( strrev("string", 'extra_arg') ); echo "*** Done ***"; ?> --EXPECTF-- *** Testing strrev() : error conditions *** -- Testing strrev() function with Zero arguments -- Warning: strrev() expects exactly 1 parameter, 0 given in %s on line %d NULL -- Testing strrev() function with more than expected no. of arguments -- Warning: strrev() expects exactly 1 parameter, 2 given in %s on line %d NULL *** Done ***
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare