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