I already tried with them as well but it returns 0 or 1, here is an example:
$mail->Body = "Missed Call from: " . strlen($xml->variables->CC-Member-CID-Number);
and result is:
Missed Call from: 1
I also made a couple more tests. Strange this is if I change the first if like this:
if...