From e664176c9ced7d12f2ebb74dee557e1e5e436b78 Mon Sep 17 00:00:00 2001 From: Sean Coates Date: Wed, 31 Aug 2005 20:06:02 +0000 Subject: [PATCH] typo (paren) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194751 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/var/functions/debug-zval-dump.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/var/functions/debug-zval-dump.xml b/reference/var/functions/debug-zval-dump.xml index 618a9d5af1..a160d4571d 100644 --- a/reference/var/functions/debug-zval-dump.xml +++ b/reference/var/functions/debug-zval-dump.xml @@ -1,5 +1,5 @@ - + debug_zval_dump @@ -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 $var1 like a reference (in that the refcount is increased for the scope of this - function, with the caveat that if the passed reference + function), with the caveat that if 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."