<?php

echo PCRE_VERSION;

var_dump(preg_match('/\k/', 'foo'));
var_dump(preg_match('/\g/', 'foo')); 

