$d = 20;
echo $d ($d) ($d);
The result in PHP is 63
and in js the result is 62
Why is this?
when $d=21 21 21 21 =63
when $d=21 21 21 21 =63