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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: tdurmaz at gmail dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Fri Nov 22 19:01:31 2024 UTC