If i put a ™ symbol in our array and then in the AddTable and then in the replaceVariableByWordFragment then phpdocx software crashes...
$wf = new WordFragment($docx, 'document');
$wf->addTable($Array_Table_Value, $paramsTable);
$docx->replaceVariableByWordFragment(array('Array_Table_Value' => $wf), array('type' => 'block'));