3v4l.org

run code in 300+ PHP versions simultaneously
<?php array_walk(array_filter($checkboxes, function($checkbox) use ($shapeCheckboxIds) { /** @var NodeElement $checkbox */ return in_array($this->findClosestElement($checkbox, 'input')->getAttribute('id'), $shapeCheckboxIds); }), function($checkbox) { /** @var NodeElement $checkbox */ $checkbox->getParent()->click(); });

preferences:
42.55 ms | 402 KiB | 5 Q