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 c58d193 commit 3de0991Copy full SHA for 3de0991
ext/reflection/tests/ReflectionClass_toString_001.phpt
@@ -11,13 +11,14 @@ echo $rc;
11
--EXPECT--
12
Class [ <internal:Reflection> class ReflectionClass implements Stringable, Reflector ] {
13
14
- - Constants [6] {
+ - Constants [7] {
15
Constant [ public int IS_IMPLICIT_ABSTRACT ] { 16 }
16
Constant [ public int IS_EXPLICIT_ABSTRACT ] { 64 }
17
Constant [ public int IS_FINAL ] { 32 }
18
Constant [ public int IS_READONLY ] { 65536 }
19
Constant [ public int SKIP_INITIALIZATION_ON_SERIALIZE ] { 8 }
20
Constant [ public int SKIP_DESTRUCTOR ] { 16 }
21
+ Constant [ public int PARTIAL_INITIALIZATION ] { 32 }
22
}
23
24
- Static properties [0] {
0 commit comments