mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
- MFH: List --rf/--rc/--re only with enabled reflection
This commit is contained in:
parent
f5241f165f
commit
7409ed6403
1 changed files with 2 additions and 0 deletions
|
@ -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 <name> Show information about function <name>.\n"
|
||||
" --rc <name> Show information about class <name>.\n"
|
||||
" --re <name> Show information about extension <name>.\n"
|
||||
"\n"
|
||||
#endif
|
||||
, prog, prog, prog, prog, prog, prog);
|
||||
}
|
||||
/* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue