From: salsi at icosaedro dot it Operating system: PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: ReflectionFunctionAbstract class: missing documentation
Description: ------------ The class ReflectionFunctionAbstract isn't documented at all. A comment to the ReflectionMethod class lets me to guess this class be defined as follows: abstract class ReflectionFunctionAbstract { private void function __clone() public string function getName() public bool function isInternal() public bool function isUserDefined() public string function getFileName() public int function getStartLine() public int function getEndLine() public string function getDocComment() public array[string]mixed function getStaticVariables() public bool function returnsReference() public array[int]ReflectionParameter function getParameters() public int function getNumberOfParameters() public int function getNumberOfRequiredParameters() } The comment inside ReflectionMethod // Inherited from ReflectionFunction should the read // Inherited from ReflectionFunctionAbstract -- Edit bug report at http://bugs.php.net/?id=41571&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=41571&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=41571&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=41571&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=41571&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=41571&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=41571&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=41571&r=needscript Try newer version: http://bugs.php.net/fix.php?id=41571&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=41571&r=support Expected behavior: http://bugs.php.net/fix.php?id=41571&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=41571&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=41571&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=41571&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=41571&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=41571&r=dst IIS Stability: http://bugs.php.net/fix.php?id=41571&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=41571&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=41571&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=41571&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=41571&r=mysqlcfg