Skip to content

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Sep 27, 2022

The recent improvement to list skipped extensions explicitly[1] missed to properly initialize $ignored_by_ext for the case where an explicit set of test cases are given; this was not a problem previously, since the undefined global variable was coerced to int. We fix this by initializing the variable earlier.

[1] baef47e

The recent improvement to list skipped extensions explicitly[1] missed
to properly initialize `$ignored_by_ext` for the case where an explicit
set of test cases are given; this was not a problem previously, since
the undefined *global* variable was coerced to int.  We fix this by
initializing the variable earlier.

[1] <php@baef47e>
@iluuu1994
Copy link
Member

Thank you Christoph!

@cmb69 cmb69 closed this in 4ed01e3 Sep 27, 2022
@cmb69
Copy link
Member Author

cmb69 commented Sep 27, 2022

Thank you, Ilija!

@cmb69 cmb69 deleted the cmb/run-tests-init branch September 27, 2022 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants