Programming 3 "0x0" problem!

i'm trying to solve prog 3... and don't know
What's "0x0"??!
$int=0;
$int+= '0x0'.'50';
its is now 80...
$int=0;
$int+= '0x0'.'100';
int is about 256 ...
i don't understand?!?!?
What's "0x0"??!
$int=0;
$int+= '0x0'.'50';
its is now 80...
$int=0;
$int+= '0x0'.'100';
int is about 256 ...
i don't understand?!?!?