How PHP is getting this result?
Posted: Wed Feb 13, 2008 6:40 am
Hello a test scenario fro ZCE:
Running this code gives 15, when i was expecting 23, why this happens?
Code: Select all
$y = 08;
$y += 15;
echo $y;