Quantcast
Channel: Serverphorums.com
Viewing all articles
Browse latest Browse all 23908

Re: [PHP-DEV] hasType() for internal function parameters?

$
0
0
Hi!

> Actually, when you added type hints, php compiler stopped optimizing and
> using ZEND_DEFINED (and others) instead of internal function calls, but

This probably needs to be fixed, there's no reason to stop optimizations
for internal functions even with arginfo types, since I think the
consensus is that these types are used only for reflection, so nothing
changed.

--
Stas Malyshev
smalyshev@gmail.com

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

Viewing all articles
Browse latest Browse all 23908

Trending Articles