using PHP 4.1.3-dev on WinME, I call
$a = "str" . highlight_file("file.php", true);
and get a warning,
Warning: Wrong parameter count for highlight_file() in myfile.php
and *don't* get the highlighted source I want. show_source()
does precisely the same thing.
The manual says that PHP version >= 4.0.0 should support
a second optional parameter... why would this fail?
Is there some other easy way to do this? I have to get it returned
in a string to stuff it into my template.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php