preinheimer / xhprof

XHGUI is a GUI for the XHProf PHP extension, using a database backend, and pretty graphs to make it easy to use and interpret.
Other
833 stars 185 forks source link

Fixes backslash issue. #80

Closed jails closed 9 years ago

jails commented 10 years ago

The backslash in JS is also interpreted inside quote. For example a 'lithium\util\String:insert()' string will throw a JS error since '\u' expect to be followed by an unicode value.

preinheimer commented 9 years ago

good call. thanks.