From ac298853c69398f4fdd793a7d4fea2d0a98d88af Mon Sep 17 00:00:00 2001 From: Nicolas Chaillan Date: Thu, 9 Jan 2003 15:30:31 +0000 Subject: [PATCH] It will not return an error but output it @Goba git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@111169 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/parse-ini-file.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/parse-ini-file.xml b/reference/filesystem/functions/parse-ini-file.xml index 71dd84c28e..60d266eabb 100644 --- a/reference/filesystem/functions/parse-ini-file.xml +++ b/reference/filesystem/functions/parse-ini-file.xml @@ -1,5 +1,5 @@ - + @@ -50,7 +50,7 @@ If the ini file you are trying to parse is malformed, PHP will exit - and return a warning that can't be hidden. + and output a warning that can't be hidden.