Redefinition of system symbol 'x'

Code sample:

//...
function strlen($str) {         // Redefinition of system symbol 'strlen'
    return $str[1] * 4;
}
//...

Symbol 'x' is already defined as system symbol.