From: Sebastian Schürmann Date: Sat, 25 Apr 2009 18:59:54 +0000 (+0000) Subject: Initial commit X-Git-Tag: php-5.2.10RC1~179 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd7d7e2b6e92cbfb427cb5c8067a489cb1d9143a;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)