# RedundantFlag Emitted when a flag is redundant. e.g. FILTER_NULL_ON_FAILURE won't do anything when the default option is specified ```php array('default' => 'world.com'), 'flags' => FILTER_NULL_ON_FAILURE)); ```