summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/bug46064.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/bug46064.phpt')
-rw-r--r--ext/reflection/tests/bug46064.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug46064.phpt b/ext/reflection/tests/bug46064.phpt
index 510e71b00a..d8ee411905 100644
--- a/ext/reflection/tests/bug46064.phpt
+++ b/ext/reflection/tests/bug46064.phpt
@@ -36,7 +36,7 @@ class bar extends test {
public function __construct() {
$this->foobar = 2;
$this->a = 200;
-
+
$p = new reflectionproperty($this, 'foobar');
var_dump($p->getValue($this), $p->isDefault(), $p->isPublic());
}