We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for creating this library. It helped a lot 🙏🙏
I found one issue when trying to parse an array with multiline text. For example:
<?php $data = <<<EOL Array ( [id] => WH-123 [resource] => Array ( [id] => 1234 [note_to_payer] => Hi, this is a multiline text. ) ) EOL; $reverser = new ReversePrintR($data); print_r($reverser->reverse());
This causes:
ReversePrintR\Exception\MalformedPrintROutputException Could NOT find closing bracket of "Array" on line 13.
The text was updated successfully, but these errors were encountered:
Thank you, I was able to reproduce the issue. Will try to tackle it ASAP.
Sorry, something went wrong.
I am very sorry that it takes so long to resolve but I need to re-think the way we do reversing to handle such cases.
@simivar no worries. I just wanted to let you know there is a "bug". 😊
simivar
No branches or pull requests
Thanks for creating this library. It helped a lot 🙏🙏
I found one issue when trying to parse an array with multiline text. For example:
This causes:
The text was updated successfully, but these errors were encountered: