From 948efe3655d989a7883ad9a8f7904bec0e842444 Mon Sep 17 00:00:00 2001 From: Sander Roobol Date: Sun, 11 Aug 2002 10:53:41 +0000 Subject: [PATCH] tab is \t, not \n - 18845 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91513 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/fscanf.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/fscanf.xml b/reference/filesystem/functions/fscanf.xml index b0a42ac742..af8f31429d 100644 --- a/reference/filesystem/functions/fscanf.xml +++ b/reference/filesystem/functions/fscanf.xml @@ -1,5 +1,5 @@ - + @@ -27,7 +27,7 @@ Any whitespace in the format string matches any whitespace in the input - stream. This means that even a tab \n in the format + stream. This means that even a tab \t in the format string can match a single space character in the input stream.