summaryrefslogtreecommitdiff
path: root/ext/standard/tests/general_functions/call_user_method_002.phpt
blob: 054bc3edeb4c4eef36192d9910b49fd17e4a33ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
call_user_method() Invalid free
--FILE--
<?php

call_user_method("1", $arr1);

?>
--EXPECTF--
Deprecated: Function call_user_method() is deprecated in %s on line %d

Warning: call_user_method(): Second argument is not an object or class name in %s on line %d