Skip to content

Commit 3de0991

Browse files
committed
Fix reflection test
1 parent c58d193 commit 3de0991

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,13 +11,14 @@ echo $rc;
1111
--EXPECT--
1212
Class [ <internal:Reflection> class ReflectionClass implements Stringable, Reflector ] {
1313

14-
- Constants [6] {
14+
- Constants [7] {
1515
Constant [ public int IS_IMPLICIT_ABSTRACT ] { 16 }
1616
Constant [ public int IS_EXPLICIT_ABSTRACT ] { 64 }
1717
Constant [ public int IS_FINAL ] { 32 }
1818
Constant [ public int IS_READONLY ] { 65536 }
1919
Constant [ public int SKIP_INITIALIZATION_ON_SERIALIZE ] { 8 }
2020
Constant [ public int SKIP_DESTRUCTOR ] { 16 }
21+
Constant [ public int PARTIAL_INITIALIZATION ] { 32 }
2122
}
2223

2324
- Static properties [0] {

0 commit comments

Comments
 (0)