I find a tempory solution!
use the function htmlentities
$template = $PHPWord->loadTemplate('Client.docx');
$client = htmlentities("Ben&Nuts");
$template->setValue('CLIENTE', $cliente);
$template->save('Client.docx');
use the function htmlentities
$template = $PHPWord->loadTemplate('Client.docx');
$client = htmlentities("Ben&Nuts");
$template->setValue('CLIENTE', $cliente);
$template->save('Client.docx');