Thanks :) I made a slight adjustment; when working with constants, you don't need to declare them global. I mention this because in your modified version of Moshe's patch you were doing something similar.
--Wez. > -----Original Message----- > From: Nuno Lopes [mailto:[EMAIL PROTECTED] > Sent: 05 May 2004 19:33 > To: Wez Furlong; [EMAIL PROTECTED] > Subject: Re: [PHP-DOC] user contributed notes in livedocs > > > > > BTW2: Anyone feel like tweaking the code highlighting so that > > > > function names are turned into links to the manual pages? > > > > > > There is a user note in highlight_string() that has the > code. It is > simple > > > to implement (but I can't do that, I have no karma...) > > > > You can submit a patch. > > > > --Wez. > > > Here is my patch to style_mapping.php. > It has a bug: doesn't work with OO yet. For example: > $object->xxx() or $static::static() > > Apart of that bug, which I'll solve latter (maybe tomorrow), > this works great! > > Nuno >
