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.
Skip to: Content | Navigation | Footer

Code sample:
//...
function strlen($str) { // Redefinition of system symbol 'strlen'
return $str[1] * 4;
}
//...
Symbol 'x' is already defined as system symbol.