3v4l.org

run code in 300+ PHP versions simultaneously
<?php $paintings = [ ["24ef9-70076-4358c-48386.jpg", "La Donna Gravida", "649"], ["a7972-065a9-4c0f9-723d1.jpg", "Madonna and Child with the Book", "1254"], ["b054c-df208-0f600-e884e.jpg", "Madonna del Granduca", "1457"] ]; $painting = 'a7972-065a9-4c0f9-723d1.jpg'; $index = array_find_key( $paintings, fn($row) => $row[0] === $painting ); if ($index !== null) { unset($paintings[$index]); } var_export($paintings);

preferences:
58.23 ms | 404 KiB | 5 Q