--TEST-- Catch method calls on non-objects raise recoverable errors --FILE-- method(1, 2, 3)); echo "Alive\n"; ?> --EXPECTF-- int(4096) string(%d) "Call to a member function method() on null" NULL Alive