<?php $check = fn ($a) => ctype_upper($a); $check(3); $check([]); $check(new stdClass); $check(3.5); $check(true); $check(null); $check(0); $check(256);
You have javascript disabled. You will not be able to edit any code.