From: Andi Gutmans Date: Thu, 16 Sep 2004 19:36:56 +0000 (+0000) Subject: - Add test for bug #27669 X-Git-Tag: PRE_NEW_VM_GEN_PATCH~293 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16d79b79d6c69b1631421a989c694b66aaf64085;p=php - Add test for bug #27669 --- 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===