Date: 06/25/01
- Next message: Daniel Beckham: "Re: [PHP-DOC] Re: [PHP-DEV] Bug #11645 Updated: tempnam( ) does not use TMP environment variable"
- Previous message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/functions info.xml"
- Next in thread: Hojtsy Gabor: "Re: [PHP-DOC] Convention: true/false"
- Reply: Hojtsy Gabor: "Re: [PHP-DOC] Convention: true/false"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
How about the convenstion that true/false should always be written as:
<constant>TRUE</constant>
and idem for false?
It is also possible to make that a snippet, but I think that'd be
overkill... What do you think of it?
By the way: typical example of where a good script can be used :) In fact
just
a multifile regex of course.
/(<(literal|constant)>)?false(</\2>)?/i => <constant>FALSE</constant> for
example.
Greetz,
Jeroen
- Next message: Daniel Beckham: "Re: [PHP-DOC] Re: [PHP-DEV] Bug #11645 Updated: tempnam( ) does not use TMP environment variable"
- Previous message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/functions info.xml"
- Next in thread: Hojtsy Gabor: "Re: [PHP-DOC] Convention: true/false"
- Reply: Hojtsy Gabor: "Re: [PHP-DOC] Convention: true/false"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

