From 9f8bf877ecd63f5ad359563db063f0cb1b476e24 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Sch=C3=BCrmann?= Date: Sat, 25 Apr 2009 19:00:42 +0000 Subject: [PATCH] Initial commit --- .../general_functions/call_user_method.phpt | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ext/standard/tests/general_functions/call_user_method.phpt diff --git a/ext/standard/tests/general_functions/call_user_method.phpt b/ext/standard/tests/general_functions/call_user_method.phpt new file mode 100644 index 0000000000..cc54ff9544 --- /dev/null +++ b/ext/standard/tests/general_functions/call_user_method.phpt @@ -0,0 +1,20 @@ +--TEST-- +Basic behaviour of call_user_method() test +--CREDITS-- +Sebastian Schürmann +sebs@php.net +Testfest 2009 Munich +--FILE-- + +--EXPECTF-- +Deprecated: Function call_user_method() is deprecated in %s on line 8 +bool(true) -- 2.50.1