From 7bc500847e3027bb785c5525a21078ff72acc2ab Mon Sep 17 00:00:00 2001 From: valmat Date: Fri, 28 Mar 2014 02:34:51 +0600 Subject: add test: 004-static-funct.phpt (Test class with static function) --- tests/php/phpt/class_obj/004-static-funct.phpt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tests/php/phpt/class_obj/004-static-funct.phpt (limited to 'tests/php/phpt/class_obj/004-static-funct.phpt') diff --git a/tests/php/phpt/class_obj/004-static-funct.phpt b/tests/php/phpt/class_obj/004-static-funct.phpt new file mode 100644 index 0000000..8c78210 --- /dev/null +++ b/tests/php/phpt/class_obj/004-static-funct.phpt @@ -0,0 +1,26 @@ +--TEST-- +Test class with static function +--SKIPIF-- + +--FILEEOF-- +