mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
9 lines
No EOL
90 B
PHP
9 lines
No EOL
90 B
PHP
<?php
|
|
|
|
if (isset($cmdargs[0])) {
|
|
usage(null, $cmdargs[0]);
|
|
} else {
|
|
usage();
|
|
}
|
|
|
|
?>
|