From 4ac23ed9484f5e641f115d7d113947010b32a8fd Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Wed, 3 Feb 2010 13:26:54 +0000 Subject: [PATCH] W/S tabs git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294383 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/parse-ini-file.xml | 2 +- reference/filesystem/functions/realpath_cache_get.xml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/parse-ini-file.xml b/reference/filesystem/functions/parse-ini-file.xml index b6e95fe3e6..9d2a4b5b6b 100644 --- a/reference/filesystem/functions/parse-ini-file.xml +++ b/reference/filesystem/functions/parse-ini-file.xml @@ -238,7 +238,7 @@ Array // A simple function used for comparing the results below function yesno($expression) { - return($expression ? 'Yes' : 'No'); + return($expression ? 'Yes' : 'No'); } // Get the path to php.ini using the php_ini_loaded_file() diff --git a/reference/filesystem/functions/realpath_cache_get.xml b/reference/filesystem/functions/realpath_cache_get.xml index fcca5fc72d..4752e65dab 100644 --- a/reference/filesystem/functions/realpath_cache_get.xml +++ b/reference/filesystem/functions/realpath_cache_get.xml @@ -20,7 +20,9 @@ &reftitle.returnvalues; - Returns an array of realpath cache entries. The keys are original path entries, and the values are arrays of data items, containing the resolved path, expiration date, and other options kept in the cache. + Returns an array of realpath cache entries. The keys are original path + entries, and the values are arrays of data items, containing the resolved + path, expiration date, and other options kept in the cache.