3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array( 'fromWeightkg', 'toWeightkg', 'value', 1, 0, '1', '0', ); foreach ($array as $value) { var_dump(gr($value)); } function gr($str) { $str[0] = strtoupper($str[0]); return $str; }

preferences:
37.36 ms | 402 KiB | 5 Q