From: Sebastian Schürmann Date: Sat, 25 Apr 2009 11:29:52 +0000 (+0000) Subject: - Initial Commit X-Git-Tag: php-5.3.0RC2~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3a20e29c29fce0b8de72919858643efd9200fcf;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)