summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/tests/run-tests.php
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/phpdbg/tests/run-tests.php')
-rw-r--r--sapi/phpdbg/tests/run-tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/tests/run-tests.php b/sapi/phpdbg/tests/run-tests.php
index 1cc31d815e..4afb64561c 100644
--- a/sapi/phpdbg/tests/run-tests.php
+++ b/sapi/phpdbg/tests/run-tests.php
@@ -389,7 +389,7 @@ namespace phpdbg\testing {
} break;
default: {
- $this->$chunks[0] = $chunks[1];
+ $this->{$chunks[0]} = $chunks[1];
}
}
} else switch(substr($trim, 1, 1)) {