diff options
Diffstat (limited to 'ext/reflection/tests/002.phpt')
-rw-r--r-- | ext/reflection/tests/002.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/002.phpt b/ext/reflection/tests/002.phpt index 3a51990cf6..d0fcb32bea 100644 --- a/ext/reflection/tests/002.phpt +++ b/ext/reflection/tests/002.phpt @@ -6,7 +6,7 @@ Reflection properties are read only class ReflectionMethodEx extends ReflectionMethod { public $foo = "xyz"; - + function __construct($c,$m) { echo __METHOD__ . "\n"; |