function validateForNullChar($name, $value) { if (strPos($value, $this->nullChar) !== false) return "$name invalid: null byte"; return null; }