php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #73721 possible error
Submitted: 2016-12-12 08:30 UTC Modified: 2021-02-15 13:55 UTC
From: rjhdby@php.net Assigned: cmb (profile)
Status: Closed Package: fann (PECL)
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2016-12-12 08:30 UTC] rjhdby@php.net
Description:
------------
---
From manual page: http://www.php.net/fann.constants
---

FANN_E_INPUT_NO_MATCH (integer)
The number of input neurons >>>in the ann data<<< do not match
FANN_E_OUTPUT_NO_MATCH (integer)
The number of output neurons >>>in the ann and data<<< do not match.


Either add "and" into first constant's description or delete "and" from second


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-12-12 11:27 UTC] cmb@php.net
-Package: Documentation problem +Package: fann
 [2021-02-15 13:55 UTC] cmb@php.net
-Status: Open +Status: Verified -Assigned To: +Assigned To: cmb
 [2021-02-15 13:55 UTC] cmb@php.net
> Either add "and" into first constant's description or delete
> "and" from second

The former, cf.
<https://libfann.github.io/fann/docs/files/fann_error-h.html>.
 [2021-02-15 14:01 UTC] cmb@php.net
Automatic comment on behalf of cmbecker69@gmx.de
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=ec820164580aabcbdca6d72e26ec62a90663a9ee
Log: Fix #73721: possible error
 [2021-02-15 14:01 UTC] cmb@php.net
-Status: Verified +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 02:01:28 2024 UTC