Home > Q&A > body text
$d = 20;
echo $d ($d) ($d);
The result in PHP is 63
and in js the result is 62
Why is this?
Pluto.2021-03-12 11:16:29
when $d=21 21 21 21 =63