From: Sebastian Schürmann Date: Sat, 25 Apr 2009 19:00:42 +0000 (+0000) Subject: Initial commit X-Git-Tag: php-5.4.0alpha1~191^2~3843 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f8bf877ecd63f5ad359563db063f0cb1b476e24;p=php Initial commit --- 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)