svn: /phpdoc/ja/trunk/ language-snippets.ent reference/funchand/functions/create-function.xml

[email protected] (Yoshinari Takaoka) Sun, 27 Dec 2020 04:37:14 +0000
Newsgroups php.doc.ja
Message-ID <[email protected]>
mumumu                                   Sun, 27 Dec 2020 04:37:14 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=352199

Log:
create_function has been removed in PHP 8

Closes GH-290.

Changed paths:
    U   phpdoc/ja/trunk/language-snippets.ent
    U   phpdoc/ja/trunk/reference/funchand/functions/create-function.xml

Modified: phpdoc/ja/trunk/language-snippets.ent
===================================================================
--- phpdoc/ja/trunk/language-snippets.ent	2020-12-27 04:34:12 UTC (rev 352198)
+++ phpdoc/ja/trunk/language-snippets.ent	2020-12-27 04:37:14 UTC (rev 352199)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 352168 Maintainer: takagi Status: working -->
+<!-- EN-Revision: 352192 Maintainer: takagi Status: working -->
 <!-- Credits: hirokawa,haruki,shimooka,mumumu -->

 <!ENTITY installation.enabled.disable 'この拡張モジュールはデフォルトで有効になっています。無効にしたい場合は、次のオプションを指定してコンパイルします。'>
@@ -241,6 +241,11 @@
 xmlns="http://docbook.org/ns/docbook"><simpara>この関数は PHP 7.2.0 で
 <emphasis>非推奨</emphasis>になります。この関数に頼らないことを強く推奨します。</simpara></warning>'>

+<!ENTITY warn.deprecated.function-7-2-0.removed-8-0-0 '<warning
+xmlns="http://docbook.org/ns/docbook"><simpara>この関数は PHP 7.2.0 で
+<emphasis>非推奨</emphasis> になり、PHP 8.0.0 で <emphasis>削除</emphasis>
+されました。この関数に頼らないことを強く推奨します。</simpara></warning>'>
+
 <!ENTITY warn.deprecated.feature-7-3-0 '<warning
 xmlns="http://docbook.org/ns/docbook"><simpara>この機能は PHP 7.3.0 で
 <emphasis>非推奨</emphasis>になります。この機能に頼らないことを強く推奨します。</simpara></warning>'>

Modified: phpdoc/ja/trunk/reference/funchand/functions/create-function.xml
===================================================================
--- phpdoc/ja/trunk/reference/funchand/functions/create-function.xml	2020-12-27 04:34:12 UTC (rev 352198)
+++ phpdoc/ja/trunk/reference/funchand/functions/create-function.xml	2020-12-27 04:37:14 UTC (rev 352199)
@@ -9,7 +9,7 @@
  </refnamediv>

  <refsynopsisdiv>
-  &warn.deprecated.function-7-2-0;
+  &warn.deprecated.function-7-2-0.removed-8-0-0;
  </refsynopsisdiv>

  <refsect1 role="description">