php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #68232 [RU] Translation bug in russian
Submitted: 2014-10-15 11:20 UTC Modified: 2014-12-26 19:47 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: udilov90 at gmail dot com Assigned: irker (profile)
Status: Closed Package: Translation problem
PHP Version: 5.6.1 OS:
Private report: No CVE-ID: None
 [2014-10-15 11:20 UTC] udilov90 at gmail dot com
Description:
------------
Page: https://php.net/manual/ru/function.mb-stristr.php

As is:
before_needle
Определяет, какую часть строки haystack вернет эта функция. Если установлено TRUE, возвращается часть haystack от начала до первого вхождения needle (включая needle). Если установлено FALSE, возвращается часть haystack от первого вхождения needle до конца (исключая needle). == excluding needle ==

Must be:
before_needle
Определяет, какую часть строки haystack вернет эта функция. Если установлено TRUE, возвращается часть haystack от начала до первого вхождения needle (включая needle). Если установлено FALSE, возвращается часть haystack от первого вхождения needle до конца (включая needle). == including needle ==

In original:
including needle



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-12-16 23:50 UTC] kalle@php.net
-Package: PHP Language Specification +Package: Translation problem
 [2014-12-26 19:33 UTC] irker@php.net
-Summary: Translation bug in russian +Summary: [RU] Translation bug in russian
 [2014-12-26 19:46 UTC] irker@php.net
Automatic comment from SVN on behalf of irker
Revision: http://svn.php.net/viewvc/?view=revision&revision=335388
Log: Fix bug #68232
-----
thx to user 24241
 [2014-12-26 19:47 UTC] irker@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: irker
 [2014-12-26 19:47 UTC] irker@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.


 [2020-12-30 12:47 UTC] nikic@php.net
Automatic comment on behalf of irker
Revision: http://git.php.net/?p=doc/ru.git;a=commit;h=0000eec17df0347d566a268d95eed58d3e6d7acf
Log: Fix bug #68232 ----- thx to user 24241
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 14 18:01:32 2024 UTC