--TEST-- object instance error handling --SKIPIF-- --FILE-- getErrorHandling()); $eh->setErrorHandling(eh::EH_SUPPRESS); var_dump(eh::EH_SUPPRESS === $eh->getErrorHandling()); ?> Done --EXPECT-- Test bool(true) bool(true) Done