From 2ffa54d106d0bebe044651201e9d4027470fbfdd Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Thu, 24 Dec 2009 17:44:16 +0000 Subject: [PATCH] Fix refpurpose git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292610 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/stream/functions/stream-resolve-include-path.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/stream/functions/stream-resolve-include-path.xml b/reference/stream/functions/stream-resolve-include-path.xml index 31e05fdd3d..e7a7e7605d 100644 --- a/reference/stream/functions/stream-resolve-include-path.xml +++ b/reference/stream/functions/stream-resolve-include-path.xml @@ -4,7 +4,7 @@ stream_resolve_include_path - Determine what file will be opened by calls to fopen with a relative path + Resolve filename against the include path @@ -16,7 +16,7 @@ resourcecontext - Resolve filename against the include path according to the same rules as fopen/include does. + Resolve filename against the include path according to the same rules as fopen/include does.