3v4l.org

run code in 300+ PHP versions simultaneously
<?php function stringValidator($field) { if(!empty($field) && !ctype_alnum($field)) { return "You typed $field: please use only alphanumeric characters"; } return "valid"; // empty or valid } $strings = ["hello", "what_the"]; foreach ($strings as $string) { echo "$string: " , stringValidator($string) , "\n"; }

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
157.32 ms | 3338 KiB | 10 Q