3v4l.org

run code in 300+ PHP versions simultaneously
<?php $aTest = array(4,"f","_","test"); $aReindexed = array(); array_walk($aTest, function(&$v,$k) use (&$aReindexed) { $kNew = $k+100; $aReindexed[$kNew] = $v; } ); print_r($aReindexed); ?>

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
178.06 ms | 3269 KiB | 12 Q