3v4l.org

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

preferences:
56.27 ms | 402 KiB | 5 Q