Would this be considered a bug in istanbul-instrumenter-loader? Can someone ping me when they help with this?
Shakti Singh
@gurjarshakti
Hi Below Code is working fine in local server but it is not working in live server $params = (array) json_decode(file_get_contents('php://output'), TRUE); what can be the issued
Ingwie Phoenix
@IngwiePhoenix
@gurjarshakti I believe this is not the right channel for PHP questions. Anyway… why are you trying to read the output? I think you meant to read from input? php://output is technically stdout - so, it is a receiving stream, not an emitting stream. I dont know what you are trying there, but I am not surprised that this does not work :)