vrana Fri Aug 17 05:06:06 2007 UTC
Modified files:
/phpdoc/en/language/oop5 reflection.xml
Log:
getDeclaringFunction() and getPosition() available now (bug #39876)
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/oop5/reflection.xml?r1=1.29&r2=1.30&diff_format=u
Index: phpdoc/en/language/oop5/reflection.xml
diff -u phpdoc/en/language/oop5/reflection.xml:1.29
phpdoc/en/language/oop5/reflection.xml:1.30
--- phpdoc/en/language/oop5/reflection.xml:1.29 Fri Aug 17 05:00:11 2007
+++ phpdoc/en/language/oop5/reflection.xml Fri Aug 17 05:06:05 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.29 $ -->
+<!-- $Revision: 1.30 $ -->
<sect1 xml:id="language.oop5.reflection"
xmlns="http://docbook.org/ns/docbook">
<title>Reflection</title>
<sect2 xml:id="language.oop5.reflection.introduction">
@@ -293,10 +293,8 @@
<function>isDefaultValueAvailable</function> and
<function>isOptional</function> were added in PHP 5.0.3,
while <function>isArray</function> was added in PHP 5.1.0.
- <!-- These are still ifdefed out
<function>getDeclaringFunction</function> and
- <function>getPosition</function> were added in PHP 5.1.3.
- -->
+ <function>getPosition</function> were added in PHP 5.2.3.
</para>
</note>
<para>