1--TEST--
2call_user_method() Invalid free
3--FILE--
4<?php
5
6call_user_method("1", $arr1);
7
8?>
9--EXPECTF--
10Deprecated: Function call_user_method() is deprecated in %s on line %d
11
12Warning: call_user_method(): Second argument is not an object or class name in %s on line %d
13