php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #67074 [PT_BR] json_encode documentation does not include options param
Submitted: 2014-04-14 11:59 UTC Modified: 2015-01-19 15:49 UTC
From: leonardosampaio at mpma dot mp dot br Assigned: ae (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS: ubuntu 13.10
Private report: No CVE-ID: None
 [2014-04-14 11:59 UTC] leonardosampaio at mpma dot mp dot br
Description:
------------
string json_encode ( mixed $value )

this should be 

string json_encode ( mixed $value [, int $options = 0 [, int $depth = 512 ]] )

in Brazillian Portuguese.

---
From manual page: http://www.php.net/function.json-encode
---



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-04-14 13:56 UTC] salathe@php.net
-Summary: json_encode documentation does not include options param +Summary: [PT_BR] json_encode documentation does not include options param
 [2015-01-14 12:51 UTC] galvao@php.net
Automatic comment from SVN on behalf of galvao
Revision: http://svn.php.net/viewvc/?view=revision&revision=335741
Log: Translating the json_encoe function. Fixed incorrect parameter listing (Bug #67074). Also added a few missing texts and examples.  [Er Galvão Abbott <galvao@php.net>]
 [2015-01-19 15:49 UTC] ae@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: ae
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 18:01:28 2024 UTC