From 9e4a3fbc832f94fe5973963aa8cb9279b0e499e4 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Sat, 17 Jan 2004 08:57:25 +0000 Subject: [PATCH] CS.. :) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@148927 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/apache/functions/apache-lookup-uri.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/apache/functions/apache-lookup-uri.xml b/reference/apache/functions/apache-lookup-uri.xml index 607e8f6f8e..670e16828d 100644 --- a/reference/apache/functions/apache-lookup-uri.xml +++ b/reference/apache/functions/apache-lookup-uri.xml @@ -1,5 +1,5 @@ - + @@ -53,8 +53,9 @@ $info = apache_lookup_uri('index.php?var=value'); print_r($info); -if (file_exists($info->filename)) +if (file_exists($info->filename)) { echo 'file exists!'; +} ?> ]]>