From 2f8c502d22b0e2225d03b2df3ab2ca492074b79c Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Mon, 5 Dec 2011 12:44:12 +0000 Subject: [PATCH] Add xfaild test for a secluded issue --- Zend/tests/method_static_var.phpt | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Zend/tests/method_static_var.phpt diff --git a/Zend/tests/method_static_var.phpt b/Zend/tests/method_static_var.phpt new file mode 100644 index 000000000000..b861779c4ec8 --- /dev/null +++ b/Zend/tests/method_static_var.phpt @@ -0,0 +1,34 @@ +--TEST-- +Initial value of static var in method depends on the include time of the class definition +--XFAIL-- +Maybe not a bug +--FILE-- +