summaryrefslogtreecommitdiff
path: root/Zend/tests/bug29674.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug29674.phpt')
-rw-r--r--Zend/tests/bug29674.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug29674.phpt b/Zend/tests/bug29674.phpt
index 39bc302463..60f08a6df2 100644
--- a/Zend/tests/bug29674.phpt
+++ b/Zend/tests/bug29674.phpt
@@ -6,7 +6,7 @@ Bug #29674 (inherited method doesn't have access to private variables of the der
class BaseClass
{
private $private_base = "Base";
-
+
function printVars ()
{
var_dump($this->private_base);