mirror of
https://github.com/php/php-src.git
synced 2026-03-27 17:52:16 +01:00
This code duplication introduce an inconsistency in displayed type name - bool (reflection) vs boolean - int (reflection) vs integer And reflection already use zend_get_type_by_const in other methods... Inconsistenty is kept for BC reason. Could be fixed in 8.0