diff options
Diffstat (limited to 'ext/reflection')
-rw-r--r-- | ext/reflection/tests/ReflectionClass_toString_001.phpt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ext/reflection/tests/ReflectionClass_toString_001.phpt b/ext/reflection/tests/ReflectionClass_toString_001.phpt index a593147293..8b74b65ead 100644 --- a/ext/reflection/tests/ReflectionClass_toString_001.phpt +++ b/ext/reflection/tests/ReflectionClass_toString_001.phpt @@ -34,7 +34,7 @@ Class [ <internal:Reflection> class ReflectionClass implements Reflector ] { Property [ <default> public $name ] } - - Methods [47] { + - Methods [48] { Method [ <internal:Reflection> final private method __clone ] { - Parameters [0] { @@ -78,6 +78,12 @@ Class [ <internal:Reflection> class ReflectionClass implements Reflector ] { } } + Method [ <internal:Reflection> public method isCloneable ] { + + - Parameters [0] { + } + } + Method [ <internal:Reflection> public method getFileName ] { - Parameters [0] { |