ParaTest\Parser\Parser::getCleanReflectionName PHP Méthode

getCleanReflectionName() private méthode

Return reflection name with null bytes stripped
private getCleanReflectionName ( ) : string
Résultat string
    private function getCleanReflectionName()
    {
        return str_replace("", '', $this->refl->getName());
    }