Help for this page
0+$foo == $bar # guarantee numerical equality "$foo" == $bar # guarantee string equality $foo == $bar # it depends...
0+$foo | $bar # guarantee numerical bitwise or "$foo" | $bar # guarantee string bitwise or $foo | $bar # ... it depends