Skip to content

Commit 1aa8ddd

Browse files
committed
docs(ru): Updated to English revision
git-svn-id: https://svn.php.net/repository/phpdoc/ru/trunk@350660 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent 6c77f76 commit 1aa8ddd

File tree

7 files changed

+97
-7
lines changed

7 files changed

+97
-7
lines changed

reference/strings/functions/stripos.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 346302 Maintainer: shein Status: ready -->
2+
<!-- EN-Revision: 350636 Maintainer: shein Status: ready -->
33
<!-- Reviewed: yes -->
44
<!-- $Revision$ -->
55
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.stripos">
@@ -86,6 +86,12 @@
8686
</row>
8787
</thead>
8888
<tbody>
89+
<row>
90+
<entry>7.3.0</entry>
91+
<entry>
92+
Передача целого числа (&integer;) в <parameter>needle</parameter> объявлена устаревшей.
93+
</entry>
94+
</row>
8995
<row>
9096
<entry>7.1.0</entry>
9197
<entry>

reference/strings/functions/stristr.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 347577 Maintainer: shein Status: ready -->
2+
<!-- EN-Revision: 350636 Maintainer: shein Status: ready -->
33
<!-- Reviewed: yes -->
44
<!-- $Revision$ -->
55
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.stristr">
@@ -78,6 +78,12 @@
7878
</row>
7979
</thead>
8080
<tbody>
81+
<row>
82+
<entry>7.3.0</entry>
83+
<entry>
84+
Передача целого числа (&integer;) в <parameter>needle</parameter> объявлена устаревшей.
85+
</entry>
86+
</row>
8187
<row>
8288
<entry>5.3.0</entry>
8389
<entry>

reference/strings/functions/strpos.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 346302 Maintainer: shein Status: ready -->
2+
<!-- EN-Revision: 350636 Maintainer: shein Status: ready -->
33
<!-- Reviewed: yes -->
44
<!-- $Revision$ -->
55
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strpos">
@@ -78,6 +78,12 @@
7878
</row>
7979
</thead>
8080
<tbody>
81+
<row>
82+
<entry>7.3.0</entry>
83+
<entry>
84+
Передача целого числа (&integer;) в <parameter>needle</parameter> объявлена устаревшей.
85+
</entry>
86+
</row>
8187
<row>
8288
<entry>7.1.0</entry>
8389
<entry>

reference/strings/functions/strrchr.xml

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 347577 Maintainer: shein Status: ready -->
2+
<!-- EN-Revision: 350636 Maintainer: shein Status: ready -->
33
<!-- Reviewed: yes -->
44
<!-- $Revision$ -->
55
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strrchr">
@@ -56,6 +56,28 @@
5656
</para>
5757
</refsect1>
5858

59+
<refsect1 role="changelog">
60+
&reftitle.changelog;
61+
<informaltable>
62+
<tgroup cols="2">
63+
<thead>
64+
<row>
65+
<entry>&Version;</entry>
66+
<entry>&Description;</entry>
67+
</row>
68+
</thead>
69+
<tbody>
70+
<row>
71+
<entry>7.3.0</entry>
72+
<entry>
73+
Передача целого числа (&integer;) в <parameter>needle</parameter> объявлена устаревшей.
74+
</entry>
75+
</row>
76+
</tbody>
77+
</tgroup>
78+
</informaltable>
79+
</refsect1>
80+
5981
<refsect1 role="examples">
6082
&reftitle.examples;
6183
<para>

reference/strings/functions/strripos.xml

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 347318 Maintainer: shein Status: ready -->
2+
<!-- EN-Revision: 350636 Maintainer: shein Status: ready -->
33
<!-- Reviewed: yes -->
44
<!-- $Revision$ -->
55
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strripos">
@@ -88,6 +88,28 @@
8888
&return.falseproblem;
8989
</refsect1>
9090

91+
<refsect1 role="changelog">
92+
&reftitle.changelog;
93+
<informaltable>
94+
<tgroup cols="2">
95+
<thead>
96+
<row>
97+
<entry>&Version;</entry>
98+
<entry>&Description;</entry>
99+
</row>
100+
</thead>
101+
<tbody>
102+
<row>
103+
<entry>7.3.0</entry>
104+
<entry>
105+
Передача целого числа (&integer;) в <parameter>needle</parameter> объявлена устаревшей.
106+
</entry>
107+
</row>
108+
</tbody>
109+
</tgroup>
110+
</informaltable>
111+
</refsect1>
112+
91113
<refsect1 role="examples">
92114
&reftitle.examples;
93115
<para>

reference/strings/functions/strrpos.xml

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 347577 Maintainer: shein Status: ready -->
2+
<!-- EN-Revision: 350636 Maintainer: shein Status: ready -->
33
<!-- Reviewed: yes -->
44
<!-- $Revision$ -->
55
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strrpos">
@@ -84,6 +84,28 @@
8484
&return.falseproblem;
8585
</refsect1>
8686

87+
<refsect1 role="changelog">
88+
&reftitle.changelog;
89+
<informaltable>
90+
<tgroup cols="2">
91+
<thead>
92+
<row>
93+
<entry>&Version;</entry>
94+
<entry>&Description;</entry>
95+
</row>
96+
</thead>
97+
<tbody>
98+
<row>
99+
<entry>7.3.0</entry>
100+
<entry>
101+
Передача целого числа (&integer;) в <parameter>needle</parameter> объявлена устаревшей.
102+
</entry>
103+
</row>
104+
</tbody>
105+
</tgroup>
106+
</informaltable>
107+
</refsect1>
108+
87109
<refsect1 role="examples">
88110
&reftitle.examples;
89111
<para>

reference/strings/functions/strstr.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 347577 Maintainer: shein Status: ready -->
2+
<!-- EN-Revision: 350636 Maintainer: shein Status: ready -->
33
<!-- Reviewed: yes -->
44
<!-- $Revision$ -->
55
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strstr">
@@ -89,6 +89,12 @@
8989
</row>
9090
</thead>
9191
<tbody>
92+
<row>
93+
<entry>7.3.0</entry>
94+
<entry>
95+
Передача целого числа (&integer;) в <parameter>needle</parameter> объявлена устаревшей.
96+
</entry>
97+
</row>
9298
<row>
9399
<entry>5.3.0</entry>
94100
<entry>

0 commit comments

Comments
 (0)