From: pjames-php at james4 dot com Operating system: any PHP version: 5.0.1 PHP Bug Type: Documentation problem Bug description: Description of function argument list is too restrictive
Description: ------------ In the documentation for function arguments (http://www.php.net/manual/en/functions.arguments.php), it describes arguments as follows: Information may be passed to functions via the argument list, which is a comma-delimited list of variables and/or constants. I believe "list of variables and/or constants" should be changed to "expressions" as follows: Information may be passed to functions via the argument list, which is a comma-delimited list of expressions. -- Edit bug report at http://bugs.php.net/?id=30940&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=30940&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30940&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30940&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=30940&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=30940&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=30940&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=30940&r=needscript Try newer version: http://bugs.php.net/fix.php?id=30940&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=30940&r=support Expected behavior: http://bugs.php.net/fix.php?id=30940&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=30940&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=30940&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=30940&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=30940&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=30940&r=dst IIS Stability: http://bugs.php.net/fix.php?id=30940&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=30940&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=30940&r=float MySQL Configuration Error: http://bugs.php.net/fix.php?id=30940&r=mysqlcfg
