3v4l.org

run code in 300+ PHP versions simultaneously
<?php preg_match('/^[\w\.]+$/', 'admin.general.canViewPrivateUserOptions', $matches); var_dump($matches); preg_match('/^[\w-\.]+$/', 'admin.general.canViewPrivateUserOptions', $matches); var_dump($matches); preg_match('/^[\\w-\\.]+$/', 'admin.general.canViewPrivateUserOptions', $matches); var_dump($matches);

preferences:
64.95 ms | 402 KiB | 5 Q