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