summaryrefslogtreecommitdiff
path: root/Zend/tests/bug27669.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug27669.phpt')
-rw-r--r--Zend/tests/bug27669.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug27669.phpt b/Zend/tests/bug27669.phpt
index 4d513e91aa..43591a9386 100644
--- a/Zend/tests/bug27669.phpt
+++ b/Zend/tests/bug27669.phpt
@@ -10,7 +10,7 @@ Bug #27669 (PHP 5 didn't support all possibilities for calling static methods dy
}
}
$y[0] = 'hello';
- A::$y[0]();
+ A::{$y[0]}();
?>
===DONE===
--EXPECTF--