Function calls in string complex variables (bug #40292)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232565 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2007-03-25 10:34:55 +00:00
parent 53eb1c99e0
commit 57104b6e6e

View file

@ -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 @@ echo "I'd like to have another {${ strrev('reeb') }}, hips";
-->
</programlisting>
</informalexample>
<note>
<para>
Functions and method calls works since PHP 5.
</para>
</note>
</sect4>
</sect3>