zendframework / zend-i18n

I18n component from Zend Framework
BSD 3-Clause "New" or "Revised" License
65 stars 49 forks source link

PHP Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated #121

Closed matbech closed 5 years ago

matbech commented 5 years ago

Error: zend-i18n\src\Translator\Loader\PhpArray.php on line 50 [29-Sep-2019 10:13:30 UTC] PHP Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in ...

array_key_exists is deprecated on objects in PHP 8: Reference: https://github.com/php/php-src/blob/master/Zend/zend_execute.c#L2482