<?php $data = "test"; echo array_reduce( str_split($data), fn($sum, $char) => $sum + ord($char) - 96, );
You have javascript disabled. You will not be able to edit any code.