<?php declare(strict_types=1); $a = [1, 2, 3]; array_splice($a, 1, NULL);
You have javascript disabled. You will not be able to edit any code.