We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea822d commit faeadd6Copy full SHA for faeadd6
ext/reflection/tests/ReflectionExtension_getClasses_basic.phpt
@@ -8,7 +8,7 @@ $ext = new ReflectionExtension('reflection');
8
var_dump($ext->getClasses());
9
?>
10
--EXPECT--
11
-array(23) {
+array(24) {
12
["ReflectionException"]=>
13
object(ReflectionClass)#2 (1) {
14
["name"]=>
@@ -125,7 +125,7 @@ array(23) {
125
string(24) "ReflectionEnumBackedCase"
126
}
127
["ReflectionFiber"]=>
128
- object(ReflectionClass)#24 (1) {
+ object(ReflectionClass)#25 (1) {
129
130
string(15) "ReflectionFiber"
131
0 commit comments