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/sapi/cli/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/sapi/cli/tests/012.phpt |
--TEST-- invalid arguments and error messages --SKIPIF-- <?php include "skipif.inc"; ?> --FILE-- <?php $php = getenv('TEST_PHP_EXECUTABLE'); var_dump(`"$php" -n -F some.php -F some.php`); var_dump(`"$php" -n -F some.php -R some.php`); var_dump(`"$php" -n -R some.php -F some.php`); var_dump(`"$php" -n -R some.php -R some.php`); var_dump(`"$php" -n -f some.php -f some.php`); var_dump(`"$php" -n -B '' -B ''`); var_dump(`"$php" -n -E '' -E ''`); var_dump(`"$php" -n -r '' -r ''`); echo "Done\n"; ?> --EXPECTF-- string(32) "You can use -R or -F only once. " string(32) "You can use -R or -F only once. " string(32) "You can use -R or -F only once. " string(32) "You can use -R or -F only once. " string(26) "You can use -f only once. " string(26) "You can use -B only once. " string(26) "You can use -E only once. " string(26) "You can use -r only once. " Done
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare