--TEST-- NULL argument is allowed where binary string expected --FILE-- --EXPECTF-- string(0) "" string(0) "" Warning: urldecode() expects parameter 1 to be strictly a binary string, Unicode string given in %s on line %d NULL Warning: urldecode() expects parameter 1 to be binary string, array given in %s on line %d NULL string(1) "1" string(0) "" Warning: urldecode() expects parameter 1 to be binary string, object given in %s on line %d NULL Warning: urldecode() expects parameter 1 to be binary string, resource given in %s on line %d NULL Done