mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
typo (paren)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194751 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0c11836a3b
commit
e664176c9c
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue