typo (paren)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194751 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sean Coates 2005-08-31 20:06:02 +00:00
parent 0c11836a3b
commit e664176c9c

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<refentry id="function.debug-zval-dump">
<refnamediv>
<refname>debug_zval_dump</refname>
@ -138,7 +138,7 @@ string(11) "Hello World" refcount(2)
PHP's engine optimizes the manner in which it is passed to a function.
Internally, PHP treats <literal>$var1</literal> like a reference (in that
the <literal>refcount</literal> is increased for the scope of this
function, with the caveat that <emphasis>if</emphasis> the passed reference
function), with the caveat that <emphasis>if</emphasis> the passed reference
happens to be written to, a copy is made, but only at the moment of
writing. This is known as "copy on write."
</para>