1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 21:41:22 +02:00
Files
archived-php-src/ext/standard/tests/general_functions/call_user_method_002.phpt
2011-11-22 12:47:08 +00:00

13 lines
268 B
PHP

--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