Annotation of embedaddon/php/ext/standard/tests/general_functions/call_user_method_002.phpt, revision 1.1.1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>