From dbc2cfe684f96cb7db2c772d434da9f70f583e76 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Tue, 1 Nov 2005 14:47:10 +0000 Subject: [PATCH] typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@199701 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/variables.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/variables.xml b/language/variables.xml index 24fdc854a2..a25a646d61 100644 --- a/language/variables.xml +++ b/language/variables.xml @@ -1,5 +1,5 @@ - + Variables @@ -137,7 +137,7 @@ $unset_array[3] = "def"; // array() + array(3 => "def") => array(3 => "def") linkend="security.globals">security risk with register_globals turned on. E_NOTICE level error is issued in case of - working with uninitialized variables, however not in the case of appanding + working with uninitialized variables, however not in the case of appending elements to the uninitialized array. isset language construct can be used to detect if a variable has been already initialized.