I have the following piece of code:
$item[\'price\'] = 0; /* Code to get item information goes in here */ if($item[\'price\'] == \'e\') { $item[\'price\'
Basically, always use the === operator, to guarantee type safety.
===