3v4l.org

run code in 300+ PHP versions simultaneously
<?php $metrics = [ 'alloc_inode' => '0f4240', 'close' => '1e8480', 'flock' => '2dc6c0', 'fsync' => '3d0900', 'getattr' => '4c4b40', 'getxattr' => '5b8d80', 'inode_permission' => '6acfc0', 'ioctl' => '7a1200', 'mmap' => '895440', 'open' => '989680', 'seek' => 'a7d8c0', 'setattr' => 'b71b00', 'setxattr' => 'c65d40', 'statfs' => 'd59f80', 'truncate' => 'e4e1c0' ]; print_r(array_keys($metrics); print_r( array_reduce(array_keys($metrics), function (&$c, $i) { $c = max(strlen($i), $c); }, 0));
Output for 7.0.0 - 7.0.2
Parse error: syntax error, unexpected ';', expecting ',' or ')' in /in/SdEO2 on line 17
Process exited with code 255.
Output for 5.5.24 - 5.5.31, 5.6.8 - 5.6.17
Parse error: syntax error, unexpected ';' in /in/SdEO2 on line 17
Process exited with code 255.

preferences:
173.25 ms | 1395 KiB | 28 Q