From 16d79b79d6c69b1631421a989c694b66aaf64085 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Thu, 16 Sep 2004 19:36:56 +0000 Subject: [PATCH] - Add test for bug #27669 --- Zend/tests/bug27669.phpt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 Zend/tests/bug27669.phpt diff --git a/Zend/tests/bug27669.phpt b/Zend/tests/bug27669.phpt new file mode 100755 index 0000000000..4d513e91aa --- /dev/null +++ b/Zend/tests/bug27669.phpt @@ -0,0 +1,18 @@ +--TEST-- +Bug #27669 (PHP 5 didn't support all possibilities for calling static methods dynamically) +--FILE-- + +===DONE=== +--EXPECTF-- +Hello World +===DONE=== -- 2.50.1