Could highlight_string() be changed to (optionally) return the
highlighted string?
The following works, but is IMHO overhead
ob_start();
highlight_string($string);
$string = ob_get_contents();
ob_end_clean();
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]