3v4l.org

run code in 300+ PHP versions simultaneously
<?php $mandatoryFields = ['a', 'b', 'c']; $checkIfMandatoryFieldsAreMissing = function($mandatoryField){ return false; }; $checkedMandatoryFields = array_map($checkIfMandatoryFieldsAreMissing, $mandatoryFields);

preferences:
59.67 ms | 402 KiB | 5 Q