Home
last modified time | relevance | path

Searched refs:call_user_method (Results 1 – 5 of 5) sorted by relevance

/PHP-5.4/ext/standard/tests/general_functions/
H A Dcall_user_method_002.phpt2 call_user_method() Invalid free
6 call_user_method("1", $arr1);
10 Deprecated: Function call_user_method() is deprecated in %s on line %d
12 Warning: call_user_method(): Second argument is not an object or class name in %s on line %d
H A Dcall_user_method.phpt2 Basic behaviour of call_user_method() test
15 $res = call_user_method('b', $a);
19 Deprecated: Function call_user_method() is deprecated in %s on line 8
/PHP-5.4/ext/standard/
H A Dbasic_functions.h84 PHP_FUNCTION(call_user_method);
H A Dbasic_functions.c2970 PHP_DEP_FE(call_user_method, arginfo_call_user_method)
4764 PHP_FUNCTION(call_user_method) argument
/PHP-5.4/
H A DNEWS2631 . Fixed invalid free in call_user_method() function. (Felipe)
4934 - Fixed bug #48087 (call_user_method() invalid free of arguments). (Felipe)

Completed in 42 milliseconds