Hi!

> Lastly, I'll just leave this list of type-related improvements I'd actually
> like to see:
>  * Make is_object() return true for IncompleteClass. This is just
> ridiculous. I care zero about the theoretical BC impact.

I have no idea why it doesn't do so. I'll try to dig up when it was made
so and see if there's some explanation.

>  * Make gettype() return 'resource (unknown type)'  instead of just
> 'unknown type' for closed resources. This makes the output clear while
> still leaving the closed resource distinction.

That makes total sense. And BC impact is rather minimal given that
closed resources are useless.

>  * Normalize error message. IIRC currently our type error messages are
> really weird, in that they use terms like "integer" which are not actually
> valid type hints (or have different meaning). Fixing this doesn't even need
> a proposal, just a PR.

Right. But ensure tests are fixed, that's probably where one has to
spend some time on cleaning it up.

-- 
Stas Malyshev
smalys...@gmail.com

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to