php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #64244 missing "&"
Submitted: 2013-02-19 14:00 UTC Modified: 2013-02-27 04:57 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: petboy2 at web dot de Assigned: frozenfire (profile)
Status: Closed Package: *General Issues
PHP Version: Irrelevant OS:
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: petboy2 at web dot de
New email:
PHP Version: OS:

 

 [2013-02-19 14:00 UTC] petboy2 at web dot de
Description:
------------
---
From manual page: http://www.php.net/function.exec#refsect1-function.exec-unknown-unknown-seealsq

#string exec ( string $command [, array &$output [, int &$return_var ]] ) English description

#string exec ( string $befehl [, array $ausgabe [, int $return_var ]] ) German description

The "&" is missing before $ausgabe and $return_var in the german version!
---



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-02-27 04:57 UTC] frozenfire@php.net
Automatic comment from SVN on behalf of frozenfire
Revision: http://svn.php.net/viewvc/?view=revision&revision=329583
Log: Updated function parameters to reflect that they are references.
Fixes bug #64244.
 [2013-02-27 04:57 UTC] frozenfire@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.


 [2013-02-27 04:57 UTC] frozenfire@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: frozenfire
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 00:01:33 2024 UTC