I would like to know on what condition PHP decides when to convert from String to Integer and the other way around
Example:
$key = 0; $test = \'test
Because thats the way they designed the language, as described here.