From 97ec448392e8db87b82fc459a89f18e3ff8c88ae Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Wed, 3 Feb 2010 14:10:57 +0000 Subject: [PATCH] W/S tabs git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294405 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/oci8/functions/oci-fetch-all.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/oci8/functions/oci-fetch-all.xml b/reference/oci8/functions/oci-fetch-all.xml index 12f8c10176..b1400ace22 100644 --- a/reference/oci8/functions/oci-fetch-all.xml +++ b/reference/oci8/functions/oci-fetch-all.xml @@ -203,9 +203,9 @@ var_dump($res); echo "\n"; foreach ($res as $col) { echo "\n"; - foreach ($col as $item) { + foreach ($col as $item) { echo " \n"; - } + } echo "\n"; } echo "
".($item !== null ? htmlentities($item, ENT_QUOTES) : " ")."
\n";