<?php namespace A; function identity($i) { return $i; } namespace B; var_dump(array_map(\A\identity::class, [1, 2]));
You have javascript disabled. You will not be able to edit any code.