Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Remove zpp variation tests#3783

Closed
nikic wants to merge 1 commit into
php:PHP-7.4php/php-src:PHP-7.4from
nikic:variation-testsnikic/php-src:variation-testsCopy head branch name to clipboard
Closed

Remove zpp variation tests#3783
nikic wants to merge 1 commit into
php:PHP-7.4php/php-src:PHP-7.4from
nikic:variation-testsnikic/php-src:variation-testsCopy head branch name to clipboard

Conversation

@nikic
Copy link
Copy Markdown
Member

@nikic nikic commented Feb 1, 2019

Work in progress removal of variation tests (https://externals.io/message/103886).

This is not done yet, it takes a lot of time to check for each test whether or not it is useless...

@nikic nikic changed the title [WIP] Remove zpp variation tests Remove zpp variation tests Feb 4, 2019
@nikic
Copy link
Copy Markdown
Member Author

nikic commented Feb 4, 2019

I'm done with the first pass. There's probably a few hundred more tests that can be safely removed, but this should be a good start.

@nikic
Copy link
Copy Markdown
Member Author

nikic commented Feb 5, 2019

Merged as 8bc663f.

@carusogabriel
Copy link
Copy Markdown
Contributor

I find some more tests like ext/standard/tests/strings/str_replace_error.phpt. May I prepare a patch removing these tests as well?

nikic added a commit to nikic/php-src that referenced this pull request Mar 8, 2019
Previously zend_parse_parameters (and FastZPP) would handle invalid
arguments depending on strict_types: With strict_types=1, a TypeError
is thrown, with strict_types=0 a warning is thrown and (usually) NULL
is returned. Additionally, some functions (constructors always and
other methods sometimes) opt-it to throwing regardless of strict_types.

This commit changes zpp to always generate an Error exception in
PHP 8.

Even with some of the zpp variation tests removed in php#3783, this is
going to need a lot of test updates, as many tests are also testing
zpp failures. I haven't really started on this yet.
Sign up for free to 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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.