echo exec("mkdir test");
$text = 'Example text with @user_login123 and #tag';
$res = preg_replace('/@([\w]+)/ius', '<a href="/users/$1">@$1</a>', $text);
$res = preg_replace('/#([\w]+)/ius', '<a href="/tags/$1">#$1</a>', $res);
var_dump($text, $res);
string 'Example text with @user_login123 and #tag' (length=41)
string 'Example text with <a href="/users/user_login123">@user_login123</a> and <a href="/tags/tag">#tag</a>' (length=100)
[mysqld]
skip-log-bin
sync_binlog = 0