3v4l.org

run code in 300+ PHP versions simultaneously
<?php function ccbreaker(string $input): string { return preg_replace_callback( '/[A-Z]/', fn (array $match): string => ' '. chr(ord($match[0]) + 32), $input ); } echo ccbreaker("policeSiren"). PHP_EOL; echo ccbreaker("camelCasingTest") . PHP_EOL;

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
258.28 ms | 2112 KiB | 16 Q