From 61e92271e2947d21e494d69b0a54101b57add21b Mon Sep 17 00:00:00 2001 From: Stefan Walk Date: Fri, 30 Jan 2004 18:18:47 +0000 Subject: [PATCH] Fix typo, add tags git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150176 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/extract.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/reference/array/functions/extract.xml b/reference/array/functions/extract.xml index 078ba19d61..8ccd11613f 100644 --- a/reference/array/functions/extract.xml +++ b/reference/array/functions/extract.xml @@ -1,5 +1,5 @@ - + @@ -151,11 +151,12 @@ Do not use extract on untrusted data, like user-input ($_GET, ...). If you do it, for example if you want to run old code that relies on - ""register_globals + register_globals temporarily, make sure you use one of the non-overwriting - extract_types like EXTR_SKIP, and be aware that - you should now extract $_SERVER, $_SESSION, $_COOKIE, $_POST and $_GET - in that order. + extract_type values like EXTR_SKIP, and be aware + that you should now extract $_SERVER, + $_SESSION, $_COOKIE, + $_POST and $_GET in that order.