From ba970f6e9b19c665c9fe52bbd3c3f5710d7d001f Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Fri, 20 Nov 2009 12:34:37 +0000 Subject: [PATCH] Added complete svn:keyword list git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291074 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/gc.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/gc.xml b/features/gc.xml index 4aaa5318a6..77fd8c0b03 100644 --- a/features/gc.xml +++ b/features/gc.xml @@ -1,5 +1,5 @@ - + Garbage Collection @@ -20,8 +20,8 @@ and references. Since PHP allows user-land references, as created by the & operator, a zval container also has an internal reference counting mechanism to optimize memory usage. This second piece of additional - information, called "refcount", contains how many variable names—also - called symbols—point to this one zval container. All symbols are stored in + information, called "refcount", contains how many variable names (also + called symbols) point to this one zval container. All symbols are stored in a symbol table, of which there is one per scope. There is a scope for the main script (i.e., the one requested through the browser), as well as one for every function or method.