0 == "string" php

PHP
$a = 'a string';$b = 0; if ( $a == true && $b == false && $a == $b ) { exit;}
Source

Also in PHP: