php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #33540 Typo problem in filectime() man page EN-FR
Submitted: 2005-07-01 20:32 UTC Modified: 2005-07-01 20:41 UTC
From: webmaster at colder dot ch Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
 [2005-07-01 20:32 UTC] webmaster at colder dot ch
Description:
------------
There is a typo problem in the filectime() man page in at least 2 languages.


Here are the 2 patches:


Index: en/reference/filesystem/functions/filectime.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/filesystem/functions/filectime.xml,v
retrieving revision 1.6
diff -u -r1.6 filectime.xml
--- en/reference/filesystem/functions/filectime.xml	15 Dec 2003 16:49:45 -0000	1.6
+++ en/reference/filesystem/functions/filectime.xml	1 Jul 2005 18:17:03 -0000
@@ -36,7 +36,7 @@
 
     <para>
      <example>
-      <title><function>fileatime</function> example</title>
+      <title><function>filectime</function> example</title>
       <programlisting role="php">
 <![CDATA[
 <?php


Index: fr/reference/filesystem/functions/filectime.xml
===================================================================
RCS file: /repository/phpdoc-fr/reference/filesystem/functions/filectime.xml,v
retrieving revision 1.11
diff -u -r1.11 filectime.xml
--- fr/reference/filesystem/functions/filectime.xml	16 Nov 2004 21:43:28 -0000	1.11
+++ fr/reference/filesystem/functions/filectime.xml	1 Jul 2005 18:28:01 -0000
@@ -40,7 +40,7 @@
 
     <para>
      <example>
-      <title>Exemple avec <function>fileatime</function></title>
+      <title>Exemple avec <function>filectime</function></title>
       <programlisting role="php">
 <![CDATA[
 <?php




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-07-01 20:41 UTC] nlopess@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.
 [2020-02-07 06:11 UTC] phpdocbot@php.net
Automatic comment on behalf of nlopess
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=8ca9a9901318666ddb4ae4586d0a138c3370dc5a
Log: fix #33540: typo in the example's title
 [2020-12-30 12:50 UTC] nikic@php.net
Automatic comment on behalf of nlopess
Revision: http://git.php.net/?p=doc/fr.git;a=commit;h=7343cf05e9f1fc13d116b5a64554934503af2e87
Log: fix #33540: typo in the example's title
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Aug 03 22:00:03 2025 UTC