Arty Kamshilin

Results 2 issues of Arty Kamshilin

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.

An example from lib/net/authorize/api/contract/v1/ANetApiResponseType.php:134 ``` if(is_array($data) || is_object($data)) { ``` looks benign, but: ``` $ printf "if(is_array($data) || is_object($data)) {" | xxd 00000000: 6966 2869 735f 6172 7261 7928 2920...