* [BingSearch] Make the bridge compatible with PHP 5.6 The use of isset() with an expression is not possible in PHP 5.6. I fixed it by replacing isset() with "null !== ".