<?php declare(strict_types = 1); /** * @return string[] */ function helper(): array { return []; } $typed_string = helper(); $typed_string = mb_strtolower(array_pop($typed_string)); var_export($typed_string);
You have javascript disabled. You will not be able to edit any code.