Posted by Jon Slaughter on 05/29/07 18:53
For debugging purposes of handling evaled code I first write it to a temp
file and then use include. The problem is, is that the code is not formatted
and is very hard to follow.
Is there a php library out there that will format php code so that its
readable?
that is, I want to take a string of php code and add white space and line
feeds to make it readable.... my simple method of adding newlines after ;'s
and {'s don't work well cause some strings contain substrings with code in
it that should not be parsed.
Thanks,
Jon
Navigation:
[Reply to this message]
|