From: Johannes Schlüter Date: Tue, 21 Feb 2006 21:15:13 +0000 (+0000) Subject: - MFH: List --rf/--rc/--re only with enabled reflection X-Git-Tag: php-5.1.3RC1~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7409ed64037a469acb83aed64fb81c6511cb89bd;p=php - MFH: List --rf/--rc/--re only with enabled reflection --- diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 83bfc70b00..e83a9728a1 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -434,10 +434,12 @@ static void php_cli_usage(char *argv0) " args... Arguments passed to script. Use -- args when first argument\n" " starts with - or script is read from stdin\n" "\n" +#if (HAVE_REFLECTION) " --rf Show information about function .\n" " --rc Show information about class .\n" " --re Show information about extension .\n" "\n" +#endif , prog, prog, prog, prog, prog, prog); } /* }}} */