sean Wed Aug 31 16:06:03 2005 EDT
Modified files:
/phpdoc/en/reference/var/functions debug-zval-dump.xml
Log:
typo (paren)
http://cvs.php.net/diff.php/phpdoc/en/reference/var/functions/debug-zval-dump.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/var/functions/debug-zval-dump.xml
diff -u phpdoc/en/reference/var/functions/debug-zval-dump.xml:1.4
phpdoc/en/reference/var/functions/debug-zval-dump.xml:1.5
--- phpdoc/en/reference/var/functions/debug-zval-dump.xml:1.4 Wed Aug 31
16:01:36 2005
+++ phpdoc/en/reference/var/functions/debug-zval-dump.xml Wed Aug 31
16:06:02 2005
@@ -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 @@
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>