Alexia / php7mar

PHP 7 Migration Assistant Report (MAR)
GNU General Public License v3.0
795 stars 133 forks source link

each is deprecated #39

Open black-snow opened 6 years ago

black-snow commented 6 years ago

(Funnily) running php7mar with php 7.2 results in:

Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /Users/xxx/php7mar/classes/scanner.php on line 95

Fix should be easy converting to a foreach

joeparsons commented 5 years ago

35 Addresses this issue.

elshobokshy commented 5 years ago

Is this getting fixed anytime soon? @joeparsons