From 00f105e5490c96d2b39431d320f44e0f2ef040a5 Mon Sep 17 00:00:00 2001 From: valmat Date: Fri, 28 Mar 2014 22:34:50 +0600 Subject: new test: Test class with static property and class constant --- tests/php/phpt/class_obj/004-static-prop.phpt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/php/phpt/class_obj/004-static-prop.phpt (limited to 'tests/php/phpt/class_obj/004-static-prop.phpt') diff --git a/tests/php/phpt/class_obj/004-static-prop.phpt b/tests/php/phpt/class_obj/004-static-prop.phpt new file mode 100644 index 0000000..4073247 --- /dev/null +++ b/tests/php/phpt/class_obj/004-static-prop.phpt @@ -0,0 +1,19 @@ +--TEST-- +Test class with static property and class constant +--SKIPIF-- + +--FILEEOF-- +