public function getPatternsAndEmpty() { return array( array( null, false, ), array( '/\\.php$/', false, ), array( '/\\.foo$/', true, ), ); }