php

WTF

Confusing and/or unexpected behavior in PHP.

$foobar = array(
    'countries' => 'Iceland',
);
var_dump(isset($foobar['countries']['cities']));
// prints bool(true)

Tips

To be able to do SOAP requests over https, enable both soap and openssl extensions.