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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Tue Mar 19 04:01:31 2024 UTC