php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #76101 [FR] language.variables.external - Wrong setcookie example
Submitted: 2018-03-15 13:40 UTC Modified: 2018-07-16 16:26 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: le dot du dot yann at gmail dot com Assigned: jbnahan (profile)
Status: Closed Package: Translation 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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: le dot du dot yann at gmail dot com
New email:
PHP Version: OS:

 

 [2018-03-15 13:40 UTC] le dot du dot yann at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/language.variables.external
---

In French translation : http://php.net/manual/fr/language.variables.external.php

In "Exemple #5 Exemple avec setcookie()", 
this line
setcookie('Panier', $compte, time()+3600);
should be:
setcookie('compte', $compte, time()+3600);


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-03-15 15:11 UTC] cmb@php.net
-Summary: language.variables.external - Wrong setcookie example +Summary: [FR] language.variables.external - Wrong setcookie example -Status: Open +Status: Verified -Package: Documentation problem +Package: Translation problem
 [2018-07-16 16:25 UTC] jbnahan@php.net
-Assigned To: +Assigned To: jbnahan
 [2018-07-16 16:25 UTC] jbnahan@php.net
Automatic comment from SVN on behalf of jbnahan
Revision: http://svn.php.net/viewvc/?view=revision&revision=345326
Log: Fix bugs #76101
 [2018-07-16 16:26 UTC] jbnahan@php.net
-Status: Verified +Status: Closed
 [2018-07-16 16:26 UTC] jbnahan@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 16:01:30 2024 UTC