[Solved] PHP printf not printing, simplexml_load_string not parsing [closed]


The answer is a multi-byte character that is an bug from the runtime. You can work around it by finding chr(16) in your string and replacing it with an empty string (“”). That is if you need it to work with s/v/printf functions.

solved PHP printf not printing, simplexml_load_string not parsing [closed]