php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #76816 [TR] wrong example output
Submitted: 2018-08-30 09:18 UTC Modified: 2018-08-30 09:32 UTC
From: tdurmaz at gmail dot com Assigned:
Status: Verified Package: Translation problem
PHP Version: 7.0.31 OS:
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2018-08-30 09:18 UTC] tdurmaz at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/function.array-replace
---

the output of the sample in Turkish manual is false, needs to be:
---Türkçe manueldeki örnek çıktısı hatalı olmuş, doğrusu:

Array
(
    [0] => dondurma
    [1] => muz
    [2] => elma
    [3] => armut
    [4] => kavun
)




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-08-30 09:32 UTC] cmb@php.net
-Summary: false output +Summary: [TR] wrong example output -Status: Open +Status: Verified -Package: *General Issues +Package: Translation problem
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 01:01:28 2024 UTC