php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #74538 PHP Doc mistake at http://php.net/manual/en/language.pseudo-types.php
Submitted: 2017-05-04 07:21 UTC Modified: 2017-05-04 08:34 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: 1naveengiri at gmail dot com Assigned: peehaa (profile)
Status: Closed Package: Documentation problem
PHP Version: 7.0.18 OS: OSx
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: 1naveengiri at gmail dot com
New email:
PHP Version: OS:

 

 [2017-05-04 07:21 UTC] 1naveengiri at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/language.pseudo-types
---I attached document you can see that word is repeated two-time.
It should be there only one time. 

Test script:
---------------
Pseudo-types are keywords used in the PHP documentation to specify the types or values an argument can have. Please note that that they are not primitives of the PHP language. So you cannot use pseudo-types as typehints in your own custom functions.


Expected result:
----------------
Pseudo-types are keywords used in the PHP documentation to specify the types or values an argument can have. Please note that they are not primitives of the PHP language. So you cannot use pseudo-types as typehints in your own custom functions.



Actual result:
--------------
Pseudo-types are keywords used in the PHP documentation to specify the types or values an argument can have. Please note that that they are not primitives of the PHP language. So you cannot use pseudo-types as typehints in your own custom functions.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-05-04 08:34 UTC] peehaa@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: peehaa
 [2017-05-04 08:35 UTC] peehaa@php.net
The fix for this bug has been committed.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 02 06:01:28 2024 UTC