For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > August 2005 > cvs: phpdoc /en/reference/var/functions debug-zval-dump.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/var/functions debug-zval-dump.xml
Sean Coates

2005-08-31, 6:56 pm

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/...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>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com