sdk-php
sdk-php copied to clipboard
Replace UTF-8 non-breakable space (0xC2A0) with 0x20 (ASCII space)
Issue #390
Using a non-breakable space "sticks" to is_object() function name and becomes a part thereof, causing the latter to be undefined function call.