php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #55006 Error in var_dump prototype
Submitted: 2011-06-07 10:33 UTC Modified: 2011-06-07 10:47 UTC
From: gwarnants at gmail dot com Assigned:
Status: Duplicate Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: gwarnants at gmail dot com
New email:
PHP Version: OS:

 

 [2011-06-07 10:33 UTC] gwarnants at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/function.var-dump#Description
---

As noticed in #54768, I just see the var_dump prototype is not yet correct.
The "mixed" type is missing for last parameter.

Regards,
Geoffray

Expected result:
----------------
void var_dump ( mixed $expression [, mixed $... ] )

Actual result:
--------------
void var_dump ( mixed $expression [, $... ] )

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-06-07 10:47 UTC] salathe@php.net
-Status: Open +Status: Duplicate
 [2011-06-07 10:47 UTC] salathe@php.net
Duplicate of #54768
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC