vrana Fri Aug 17 05:00:11 2007 UTC
Modified files:
/phpdoc/en/language/oop5 reflection.xml
Log:
invoke() accepts variable number of arguments (bug #41569)
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/oop5/reflection.xml?r1=1.28&r2=1.29&diff_format=u
Index: phpdoc/en/language/oop5/reflection.xml
diff -u phpdoc/en/language/oop5/reflection.xml:1.28
phpdoc/en/language/oop5/reflection.xml:1.29
--- phpdoc/en/language/oop5/reflection.xml:1.28 Fri Aug 17 04:55:56 2007
+++ phpdoc/en/language/oop5/reflection.xml Fri Aug 17 05:00:11 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.28 $ -->
+<!-- $Revision: 1.29 $ -->
<sect1 xml:id="language.oop5.reflection"
xmlns="http://docbook.org/ns/docbook">
<title>Reflection</title>
<sect2 xml:id="language.oop5.reflection.introduction">
@@ -166,7 +166,7 @@
public int getEndLine()
public string getDocComment()
public array getStaticVariables()
- public mixed invoke(mixed args)
+ public mixed invoke([mixed args [, ...]])
public mixed invokeArgs(array args)
public bool returnsReference()
public ReflectionParameter[] getParameters()
@@ -552,7 +552,7 @@
public void __construct(mixed class, string name)
public string __toString()
public static string export(mixed class, string name, bool return)
- public mixed invoke(stdclass object, mixed args)
+ public mixed invoke(stdclass object [, mixed args [, ...]])
public mixed invokeArgs(stdclass object, array args)
public bool isFinal()
public bool isAbstract()