Skip to content

Commit 753d19c

Browse files
authored
Merge branch 'master' into php84-exit
2 parents ead5d9d + ae0aed1 commit 753d19c

File tree

18 files changed

+1394
-829
lines changed

18 files changed

+1394
-829
lines changed

appendices/migration80/incompatible.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision: 351500 $ -->
3-
<!-- EN-Revision: 61374bbe228e8e9c55a24aba59a1e2bb2a871148 Maintainer: mumumu Status: ready -->
3+
<!-- EN-Revision: b94d63fc0884d83ba43433ab33cc4810d955bf6d Maintainer: mumumu Status: ready -->
44

55
<sect1 xml:id="migration80.incompatible" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<title>下位互換性のない変更点</title>
@@ -1885,7 +1885,7 @@ echo file_get_contents('http://example.org', false, $ctx);
18851885

18861886
<para>
18871887
<methodname>XMLReader::open</methodname>,
1888-
<methodname>XMLReader::xml</methodname> が staticメソッドになりました。
1888+
<methodname>XMLReader::XML</methodname> が staticメソッドになりました。
18891889
これらは、まだインスタンスメソッドとして呼び出すことが出来ますが、
18901890
クラスを継承し、これらのメソッドをオーバーライドする場合は、
18911891
それらは static として宣言する必要があります。

0 commit comments

Comments
 (0)