3v4l.org

run code in 300+ PHP versions simultaneously
<?php class hello { function world($value) { return $value * 2; } } $test = [1, 2, 3]; $result = array_map('hello->world', $test); var_dump($result);

preferences:
38.08 ms | 402 KiB | 5 Q