On 2023/02/19 11:56, Niels Dossche <dossche.ni...@gmail.com> wrote:
> It's also worth noting that there's a couple of places where there's
> just a check for if (function()) { failure code }. i.e. there is no
> check for == FAILURE, it's just "implied".

Ouch.  That's not only fragile, but also very obscure.

(Yadda yadda, C++ wouldn't even allow this, etc., you know)

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

Reply via email to