mirror of
https://github.com/php/php-src.git
synced 2026-03-29 19:52:20 +02:00
9 lines
90 B
PHP
9 lines
90 B
PHP
<?php
|
|
|
|
if (isset($cmdargs[0])) {
|
|
usage(null, $cmdargs[0]);
|
|
} else {
|
|
usage();
|
|
}
|
|
|
|
?>
|