zendtech / IbmiToolkit

PHP frontend to XMLSERVICE for IBM i development.
BSD 3-Clause "New" or "Revised" License
46 stars 34 forks source link

replace array_key_exists() #155

Closed alanseiden closed 3 years ago

alanseiden commented 3 years ago

https://github.com/zendtech/IbmiToolkit/blob/d21662123cc91eacd3951902029c64954f283209/ToolkitApi/autoload.php#L52

Deprecated in 7.4 and will be removed in 8.0 https://www.php.net/manual/en/function.array-key-exists.php

alanseiden commented 3 years ago

Not needed. Misreading of PHP 8.0 documentation.