Skip to content

Commit 8df195e

Browse files
committed
Remove <para> in invalid places
php/doc-en@3f1dbc4
1 parent 3aeeb3b commit 8df195e

File tree

4 files changed

+15
-21
lines changed

4 files changed

+15
-21
lines changed

appendices/filters.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 22583751fbfdaa3eaa41aeb6470d1343f5cb2c78 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 3f1dbc451b313fb1ec8058f24c1beccf55fce316 Maintainer: takagi Status: ready -->
44
<!-- Credits: mumumu -->
55

66
<appendix xml:id="filters" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -117,9 +117,7 @@ fwrite($fp, "This is a test.\n");
117117
ひとつは、<function>strip_tags</function> 関数の第2パラメータと同じ
118118
形式でタグを並べた文字列、もうひとつはタグ名の配列です。
119119
</simpara>
120-
<para>
121-
&warn.deprecated.feature-7-3-0;
122-
</para>
120+
&warn.deprecated.feature-7-3-0;
123121
<example>
124122
<title>string.strip_tags</title>
125123
<programlisting role="php">
@@ -471,9 +469,7 @@ echo "圧縮後のファイルの大きさは " . filesize('LICENSE.compressed')
471469

472470
<section xml:id="filters.encryption.mcrypt">
473471
<title>mcrypt.* と mdecrypt.*</title>
474-
<para>
475-
&warn.deprecated.feature-7-1-0;
476-
</para>
472+
&warn.deprecated.feature-7-1-0;
477473

478474
<simpara>
479475
<literal>mcrypt.*</literal> と <literal>mdecrypt.*</literal>

language/types/null.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 161dde4fe721309398dd324edbf02aec409f127b Maintainer: mumumu Status: ready -->
3+
<!-- EN-Revision: 3f1dbc451b313fb1ec8058f24c1beccf55fce316 Maintainer: mumumu Status: ready -->
44
<sect1 xml:id="language.types.null">
55
<title>NULL</title>
66

@@ -36,9 +36,7 @@ $var = NULL;
3636
<sect2 xml:id="language.types.null.casting">
3737
<title>&null; へのキャスト</title>
3838

39-
<para>
40-
&warn.deprecated.feature-7-2-0.removed-8-0-0;
41-
</para>
39+
&warn.deprecated.feature-7-2-0.removed-8-0-0;
4240

4341
<para>
4442
<literal>(unset) $var</literal> を使って変数を <type>null</type>

reference/info/constants.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 9fd978fa05772318164be04d0f769902c7fb8648 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: 3f1dbc451b313fb1ec8058f24c1beccf55fce316 Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: takagi -->
55
<appendix xml:id="info.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
&reftitle.constants;
@@ -266,8 +266,8 @@
266266
<listitem>
267267
<para>
268268
<function xmlns="http://docbook.org/ns/docbook">assert</function> の評価を有効にします。
269-
&warn.deprecated.feature-8-3-0;
270269
</para>
270+
&warn.deprecated.feature-8-3-0;
271271
</listitem>
272272
</varlistentry>
273273
<varlistentry xml:id="constant.assert-callback">
@@ -278,8 +278,8 @@
278278
<listitem>
279279
<para>
280280
アサーションに失敗した場合に実行するコールバック。
281-
&warn.deprecated.feature-8-3-0;
282281
</para>
282+
&warn.deprecated.feature-8-3-0;
283283
</listitem>
284284
</varlistentry>
285285
<varlistentry xml:id="constant.assert-bail">
@@ -290,8 +290,8 @@
290290
<listitem>
291291
<para>
292292
アサーションに失敗した時点に実行を中断します。
293-
&warn.deprecated.feature-8-3-0;
294293
</para>
294+
&warn.deprecated.feature-8-3-0;
295295
</listitem>
296296
</varlistentry>
297297
<varlistentry xml:id="constant.assert-exception">
@@ -302,8 +302,8 @@
302302
<listitem>
303303
<para>
304304
アサーションに失敗するたびに <classname>AssertionError</classname> をスローします。
305-
&warn.deprecated.feature-8-3-0;
306305
</para>
306+
&warn.deprecated.feature-8-3-0;
307307
</listitem>
308308
</varlistentry>
309309
<varlistentry xml:id="constant.assert-warning">
@@ -314,8 +314,8 @@
314314
<listitem>
315315
<para>
316316
アサーションに失敗するたびに PHP の警告を発行します。
317-
&warn.deprecated.feature-8-3-0;
318317
</para>
318+
&warn.deprecated.feature-8-3-0;
319319
</listitem>
320320
</varlistentry>
321321
<varlistentry xml:id="constant.assert-quiet-eval">

reference/mbstring/overloading.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 669c19f74eba53dc8437027380ecc6a6a59ab0bf Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 3f1dbc451b313fb1ec8058f24c1beccf55fce316 Maintainer: takagi Status: ready -->
44
<!-- CREDITS: hirokawa -->
55

66
<chapter xml:id="mbstring.overload" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
77
<title>
88
関数のオーバーロード機能
99
</title>
10-
<para>
11-
&warn.deprecated.feature-7-2-0.removed-8-0-0;
12-
</para>
10+
11+
&warn.deprecated.feature-7-2-0.removed-8-0-0;
12+
1313
<para>
1414
PHP アプリケーションの多くは、英語等のシングルバイトの言語用に設計されており、
1515
日本語を含むマルチバイト文字列を扱う場合には問題を生じる場合があります。

0 commit comments

Comments
 (0)