Skip to content

Promote warnings to errors in str_word_count() - #4604

Closed
Girgias wants to merge 1 commit into
php:masterfrom
Girgias:str-word-count-warnings2errors
Closed

Promote warnings to errors in str_word_count()#4604
Girgias wants to merge 1 commit into
php:masterfrom
Girgias:str-word-count-warnings2errors

Conversation

@Girgias

Copy link
Copy Markdown
Member

Split from #4554

?>
--EXPECTF--

DONE

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Side note: Why are you making this change everywhere? It looks unnecessary.

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've seen a bunch of test do that in other extensions and else where so I just decided to mimic it for "consistency", I can stop doing that.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think I've ever seen this. Possibly you saw ===DONE===?

In any case, unless the test output would be empty without it, I don't think there's any point to adding a final "done" in any form.

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possible yes, Okay will know this for next time :)

@Girgias

Copy link
Copy Markdown
MemberAuthor

Merged in as fdff6cf

@GirgiasGirgias closed this Aug 22, 2019
@Girgias
Girgias deleted the str-word-count-warnings2errors branch August 22, 2019 20:00
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@Girgias@nikic@kocsismate