Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dynamic return type extension for term_exists() #153

Merged
merged 3 commits into from
Feb 25, 2023

Conversation

IanDelMar
Copy link
Contributor

This PR fixes the return type of term_exists() for an integer type first parameter with unknown value. An unknown value can be 0 for which term_exists() returns 0. This PR also replaces the deprecated $type instanceof ConstantIntegerType.

@IanDelMar IanDelMar changed the title Fix dynamic return type extension for term_exists() Fix dynamic return type extension for term_exists() Feb 25, 2023
@szepeviktor szepeviktor merged commit c67f764 into szepeviktor:master Feb 25, 2023
@IanDelMar IanDelMar deleted the term-exists branch February 25, 2023 08:48
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