Skip to content

Commit 830b4da

Browse files
committed
Fix reflection test
1 parent 3721612 commit 830b4da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/reflection/tests/ReflectionClass_toString_001.phpt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ echo $rc;
1111
--EXPECT--
1212
Class [ <internal:Reflection> class ReflectionClass implements Reflector, Stringable ] {
1313

14-
- Constants [2] {
14+
- Constants [3] {
1515
Constant [ public int IS_IMPLICIT_ABSTRACT ] { 16 }
1616
Constant [ public int IS_EXPLICIT_ABSTRACT ] { 64 }
17+
Constant [ public int IS_FINAL ] { 32 }
1718
}
1819

1920
- Static properties [0] {

0 commit comments

Comments
 (0)