svn: /phpdoc/ja/trunk/reference/reflection/ reflectionclass/getmethods.xml reflectionextension/getclasses.xml
[email protected] (Yoshinari Takaoka) Tue, 15 Dec 2020 03:15:12 +0000
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Tue, 15 Dec 2020 03:15:12 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=352087
Log:
Fix example output for PHP 7.0.0 and up
Changed paths:
U phpdoc/ja/trunk/reference/reflection/reflectionclass/getmethods.xml
U phpdoc/ja/trunk/reference/reflection/reflectionextension/getclasses.xml
Modified: phpdoc/ja/trunk/reference/reflection/reflectionclass/getmethods.xml
===================================================================
--- phpdoc/ja/trunk/reference/reflection/reflectionclass/getmethods.xml 2020-12-15 03:08:31 UTC (rev 352086)
+++ phpdoc/ja/trunk/reference/reflection/reflectionclass/getmethods.xml 2020-12-15 03:15:12 UTC (rev 352087)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 340255 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352077 Maintainer: takagi Status: ready -->
<refentry xml:id="reflectionclass.getmethods" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -84,7 +84,7 @@
<![CDATA[
array(3) {
[0]=>
- &object(ReflectionMethod)#2 (2) {
+ object(ReflectionMethod)#2 (2) {
["name"]=>
string(11) "firstMethod"
["class"]=>
@@ -91,7 +91,7 @@
string(5) "Apple"
}
[1]=>
- &object(ReflectionMethod)#3 (2) {
+ object(ReflectionMethod)#3 (2) {
["name"]=>
string(12) "secondMethod"
["class"]=>
@@ -98,7 +98,7 @@
string(5) "Apple"
}
[2]=>
- &object(ReflectionMethod)#4 (2) {
+ object(ReflectionMethod)#4 (2) {
["name"]=>
string(11) "thirdMethod"
["class"]=>
@@ -132,7 +132,7 @@
<![CDATA[
array(2) {
[0]=>
- &object(ReflectionMethod)#2 (2) {
+ object(ReflectionMethod)#2 (2) {
["name"]=>
string(12) "secondMethod"
["class"]=>
@@ -139,7 +139,7 @@
string(5) "Apple"
}
[1]=>
- &object(ReflectionMethod)#3 (2) {
+ object(ReflectionMethod)#3 (2) {
["name"]=>
string(11) "thirdMethod"
["class"]=>
Modified: phpdoc/ja/trunk/reference/reflection/reflectionextension/getclasses.xml
===================================================================
--- phpdoc/ja/trunk/reference/reflection/reflectionextension/getclasses.xml 2020-12-15 03:08:31 UTC (rev 352086)
+++ phpdoc/ja/trunk/reference/reflection/reflectionextension/getclasses.xml 2020-12-15 03:15:12 UTC (rev 352087)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 290998 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352077 Maintainer: takagi Status: ready -->
<refentry xml:id="reflectionextension.getclasses" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -51,7 +51,7 @@
<![CDATA[
array(1) {
["XMLWriter"]=>
- &object(ReflectionClass)#2 (1) {
+ object(ReflectionClass)#2 (1) {
["name"]=>
string(9) "XMLWriter"
}