Index: trunk/core/kernel/utility/debugger.php =================================================================== diff -u -r3830 -r3835 --- trunk/core/kernel/utility/debugger.php (.../debugger.php) (revision 3830) +++ trunk/core/kernel/utility/debugger.php (.../debugger.php) (revision 3835) @@ -328,7 +328,7 @@ $string = str_replace( Array('\\', '/') , Array('_no_match_string_', '_n_m_s_'), $string); $string = highlight_string('', true); $string = str_replace( Array('_no_match_string_', '_n_m_s_'), Array('\\', '/'), $string); - return preg_replace('/<\?php(.*)\?>/s', '\\1', $string); + return preg_replace('/<\?(.*)php(.*)\?>/Us', '\\2', $string); } else {