@@ -27,7 +27,7 @@ object(ReflectionClass)#%d (1) {
27
27
string(8) "DateTime"
28
28
}
29
29
..and get names of all its methods
30
- array(18 ) {
30
+ array(19 ) {
31
31
[0]=>
32
32
object(ReflectionMethod)#%d (2) {
33
33
["name"]=>
@@ -52,102 +52,109 @@ array(18) {
52
52
[3]=>
53
53
object(ReflectionMethod)#%d (2) {
54
54
["name"]=>
55
- string(16 ) "createFromFormat "
55
+ string(19 ) "createFromImmutable "
56
56
["class"]=>
57
57
string(8) "DateTime"
58
58
}
59
59
[4]=>
60
60
object(ReflectionMethod)#%d (2) {
61
61
["name"]=>
62
- string(13 ) "getLastErrors "
62
+ string(16 ) "createFromFormat "
63
63
["class"]=>
64
64
string(8) "DateTime"
65
65
}
66
66
[5]=>
67
67
object(ReflectionMethod)#%d (2) {
68
68
["name"]=>
69
- string(6 ) "format "
69
+ string(13 ) "getLastErrors "
70
70
["class"]=>
71
71
string(8) "DateTime"
72
72
}
73
73
[6]=>
74
74
object(ReflectionMethod)#%d (2) {
75
75
["name"]=>
76
- string(6) "modify "
76
+ string(6) "format "
77
77
["class"]=>
78
78
string(8) "DateTime"
79
79
}
80
80
[7]=>
81
81
object(ReflectionMethod)#%d (2) {
82
82
["name"]=>
83
- string(3 ) "add "
83
+ string(6 ) "modify "
84
84
["class"]=>
85
85
string(8) "DateTime"
86
86
}
87
87
[8]=>
88
88
object(ReflectionMethod)#%d (2) {
89
89
["name"]=>
90
- string(3) "sub "
90
+ string(3) "add "
91
91
["class"]=>
92
92
string(8) "DateTime"
93
93
}
94
94
[9]=>
95
95
object(ReflectionMethod)#%d (2) {
96
96
["name"]=>
97
- string(11 ) "getTimezone "
97
+ string(3 ) "sub "
98
98
["class"]=>
99
99
string(8) "DateTime"
100
100
}
101
101
[10]=>
102
102
object(ReflectionMethod)#%d (2) {
103
103
["name"]=>
104
- string(11) "setTimezone "
104
+ string(11) "getTimezone "
105
105
["class"]=>
106
106
string(8) "DateTime"
107
107
}
108
108
[11]=>
109
109
object(ReflectionMethod)#%d (2) {
110
110
["name"]=>
111
- string(9 ) "getOffset "
111
+ string(11 ) "setTimezone "
112
112
["class"]=>
113
113
string(8) "DateTime"
114
114
}
115
115
[12]=>
116
116
object(ReflectionMethod)#%d (2) {
117
117
["name"]=>
118
- string(7 ) "setTime "
118
+ string(9 ) "getOffset "
119
119
["class"]=>
120
120
string(8) "DateTime"
121
121
}
122
122
[13]=>
123
123
object(ReflectionMethod)#%d (2) {
124
124
["name"]=>
125
- string(7) "setDate "
125
+ string(7) "setTime "
126
126
["class"]=>
127
127
string(8) "DateTime"
128
128
}
129
129
[14]=>
130
130
object(ReflectionMethod)#%d (2) {
131
131
["name"]=>
132
- string(10 ) "setISODate "
132
+ string(7 ) "setDate "
133
133
["class"]=>
134
134
string(8) "DateTime"
135
135
}
136
136
[15]=>
137
137
object(ReflectionMethod)#%d (2) {
138
138
["name"]=>
139
- string(12 ) "setTimestamp "
139
+ string(10 ) "setISODate "
140
140
["class"]=>
141
141
string(8) "DateTime"
142
142
}
143
143
[16]=>
144
144
object(ReflectionMethod)#%d (2) {
145
145
["name"]=>
146
- string(12) "getTimestamp "
146
+ string(12) "setTimestamp "
147
147
["class"]=>
148
148
string(8) "DateTime"
149
149
}
150
150
[17]=>
151
+ object(ReflectionMethod)#%d (2) {
152
+ ["name"]=>
153
+ string(12) "getTimestamp"
154
+ ["class"]=>
155
+ string(8) "DateTime"
156
+ }
157
+ [18]=>
151
158
object(ReflectionMethod)#%d (2) {
152
159
["name"]=>
153
160
string(4) "diff"
0 commit comments