3v4l.org

run code in 300+ PHP versions simultaneously
<?php function GetLongestString(){ $len = array_map('strlen', func_get_args()); return max($len); } echo GetLongestString("a", "bcd", "efgh", "ij", "");

preferences:
32.1 ms | 402 KiB | 5 Q