Re: [PHP-DOC] Re: Space between funcname & arglist (was: Re: [PHP-DOC] cvs: phpdoc /en/functions strings.xml)

2001-08-09 Thread Jeroen van Wolffelaar
Egon: > I would see a space. The formatted function prototypes have already a > space between function name and opening parenthesis. With the space the > code is more readable. The first can be changed, though I can come into your second point: better readable. In the case of a prototype, I must

Re: [PHP-DOC] Re: Space between funcname & arglist (was: Re:[PHP-DOC] cvs: phpdoc /en/functions strings.xml)

2001-08-08 Thread Lars Torben Wilson
Damien Seguy writes: > on 8/08/01 18:32, Hojtsy Gabor at [EMAIL PROTECTED] wrote: > > >>> Right now, here is the situation : > >>> no space : +2 > >>> space: 0 > Latest update : > > Right now, here is the situation : > no space : +3 > space: +1 > > > Anyone else want to state about th

Re: [PHP-DOC] Re: Space between funcname & arglist (was: Re:[PHP-DOC] cvs: phpdoc /en/functions strings.xml)

2001-08-08 Thread Damien Seguy
on 8/08/01 18:32, Hojtsy Gabor at [EMAIL PROTECTED] wrote: >>> Right now, here is the situation : >>> no space : +2 >>> space: 0 Latest update : Right now, here is the situation : no space : +3 space: +1 Anyone else want to state about this? let's keep the polls open, this is vacation

Re: [PHP-DOC] Re: Space between funcname & arglist (was: Re: [PHP-DOC] cvs: phpdoc /en/functions strings.xml)

2001-08-08 Thread Hojtsy Gabor
> > Right now, here is the situation : > > no space : +2 > > space: 0 > > I would see a space. The formatted function prototypes have already a > space between function name and opening parenthesis. With the space the > code is more readable. > > -1 (space) We should write codes according t

Re: [PHP-DOC] Re: Space between funcname & arglist (was: Re: [PHP-DOC] cvs: phpdoc /en/functions strings.xml)

2001-08-08 Thread eschmid+sic
On Wed, Aug 08, 2001 at 09:51:50AM +0200, Damien Seguy wrote: > on 8/08/01 0:06, Jeroen van Wolffelaar at [EMAIL PROTECTED] wrote: > > > From PEAR coding standards (function calls): > I got those one from README file in phpdoc/README. > > I do agree with the no space between function name and o

Re: [PHP-DOC] Re: Space between funcname & arglist (was: Re:[PHP-DOC] cvs: phpdoc /en/functions strings.xml)

2001-08-08 Thread Damien Seguy
on 8/08/01 0:06, Jeroen van Wolffelaar at [EMAIL PROTECTED] wrote: > From PEAR coding standards (function calls): I got those one from README file in phpdoc/README. I do agree with the no space between function name and opening parenthesis. At least, we should be coherent with the rest of the P

[PHP-DOC] Re: Space between funcname & arglist (was: Re: [PHP-DOC] cvs: phpdoc /en/functions strings.xml)

2001-08-07 Thread Jeroen van Wolffelaar
> MMM, I thought that whitespace between funcname and open parenthesis was > standard guideline for docs. > > README : > 8. If an example of using arguments specific to a newer version of >php, it is helpful to note that in the example: > >foo_function_exec ("bar", "baz"); // s

Re: [PHP-DOC] cvs: phpdoc /en/functions strings.xml

2001-08-06 Thread Damien Seguy
on 6/08/01 0:49, Jeroen van Wolffelaar at [EMAIL PROTECTED] wrote: > jeroenSun Aug 5 18:49:38 2001 EDT > > Modified files: > /phpdoc/en/functionsstrings.xml > Log: > Fix examles (whitespace between funcname and parameters), and a few entities MMM, I thought that whitespace between

Re: [PHP-DOC] cvs: phpdoc /en/functions strings.xml

2001-06-29 Thread derick
On Thu, 28 Jun 2001, Jeroen van Wolffelaar wrote: > > Please don't use tabs, but only spaces for indentation. > > I'm sorry, I didn't know vim used tabs automatically... > :set et sw=1 ts=1 > seems to fix that. > > Anyone knows of an option to visualise the tabs? Not :set list, since it > renders

Re: [PHP-DOC] cvs: phpdoc /en/functions strings.xml

2001-06-29 Thread Jeroen van Wolffelaar
> Please don't use tabs, but only spaces for indentation. I'm sorry, I didn't know vim used tabs automatically... :set et sw=1 ts=1 seems to fix that. Anyone knows of an option to visualise the tabs? Not :set list, since it renders the ts useless. It'll be reverted on my next commit. Jeroen

Re: [PHP-DOC] cvs: phpdoc /en/functions strings.xml

2001-06-28 Thread derick
On Wed, 27 Jun 2001, Jeroen van Wolffelaar wrote: > Implemented zak's notes on addcslashes > > + > + > + Be careful if you choose to escape characters 0, a, b, f, n, r, Please don't use tabs, but only spaces for indentation. Derick