vrana Sun Mar 25 10:34:55 2007 UTC
Modified files:
/phpdoc/en/language types.xml
Log:
Function calls in string complex variables (bug #40292)
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/types.xml?r1=1.176&r2=1.177&diff_format=u
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.176 phpdoc/en/language/types.xml:1.177
--- phpdoc/en/language/types.xml:1.176 Thu Feb 15 09:24:35 2007
+++ phpdoc/en/language/types.xml Sun Mar 25 10:34:55 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.176 $ -->
+<!-- $Revision: 1.177 $ -->
<chapter id="language.types">
<title>Types</title>
@@ -1076,6 +1076,12 @@
-->
</programlisting>
</informalexample>
+
+ <note>
+ <para>
+ Functions and method calls works since PHP 5.
+ </para>
+ </note>
</sect4>
</sect3>