diff options
-rw-r--r-- | tests/lang/bug21669.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/bug21669.phpt b/tests/lang/bug21669.phpt index 8a3e7a6cf9..f81011cf6f 100644 --- a/tests/lang/bug21669.phpt +++ b/tests/lang/bug21669.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #21669 "$obj = new $this->var;" doesn't work +Bug #21669 ("$obj = new $this->var;" doesn't work) --FILE-- <?php class Test { |