git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51170 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Martin Jansen 2001-07-11 08:41:49 +00:00
parent 2b6750adf4
commit 6186f075b7

View file

@ -114,7 +114,7 @@ foo($bar);
<title>Passing by Reference</title>
<para>
You can pass variable to function by reference, so that function could modify
its arguments. The sytax is as follows:
its arguments. The syntax is as follows:
<informalexample>
<programlisting role="php">
function foo (&amp;$var) {