3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pattern = '/^[\p{L}\-\. ]{2,100}$/'; $subject = 'Łódź'; preg_match( $pattern , $subject , $matches ); print_r( $matches )
Output for 5.4.0 - 5.4.23, 5.5.0 - 5.5.7
Parse error: syntax error, unexpected end of file in /in/RBMtV on line 8
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected $end in /in/RBMtV on line 8
Process exited with code 255.

preferences:
202.09 ms | 1395 KiB | 68 Q