On Wed, 5 Feb 2003 03:20:01 +0100 <[EMAIL PROTECTED]> wrote:
> [Wed Feb 5 - 03:17:51 - jump ~/phpdoc]$ grep -r "&string" * > [Wed Feb 5 - 03:18:23 - jump ~/phpdoc]$ grep -r "&int" * > [Wed Feb 5 - 03:18:28 - jump ~/phpdoc]$ grep -r "&resource" * > > It looks I can't find any problems with references... I think because manual has striped or corrected them -- Maxim Maletsky [EMAIL PROTECTED] > -- > Regards. > M.CHAILLAN Nicolas > [EMAIL PROTECTED] > www.WorldAKT.com H�bergement de sites internets. > > "Maxim Maletsky" <[EMAIL PROTECTED]> a �crit dans le message de news: > [EMAIL PROTECTED] > > I'd love to ask the same question. Looks like in sources, there are a > few dozen protos like that. Also, references like "&string var" instead > of "string &var" are very common (another 20-30). > > Who cares, do some testing to this very new script I just wrote today: > phpdoc/bughunter.php. There's still a lot of things to do to detect more > errors, but so far similar inconsistencies are over 100+. Time to start > cleaining things up, I guess. > > -- > Maxim Maletsky > [EMAIL PROTECTED] > > > On Wed, 5 Feb 2003 02:57:16 +0100 <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > It looks there are some xml that still use | and not the type mixed. > > > > en/functions/hw.xml: > > > <methodparam><type>[int|array]</type><parameter>objectID</parameter></method > > param> > > en/functions/image.xml: > > <type>int|false</type><methodname>exif_imagetype</methodname> > > en/functions/info.xml: > > > <methodparam><type>string|bool</type><parameter>assertion</parameter></metho > > dparam> > > en/functions/oci8.xml: <methodparam > > > choice="opt"><type>int</type><parameter>stmt|conn|global</parameter></method > > param> > > en/reference/hw/functions/hw-getobject.xml: > > > <methodparam><type>[int|array]</type><parameter>objectID</parameter></method > > param> > > en/reference/image/functions/exif-imagetype.xml: > > <type>int|false</type><methodname>exif_imagetype</methodname> > > en/reference/info/functions/assert.xml: > > > <methodparam><type>string|bool</type><parameter>assertion</parameter></metho > > dparam> > > en/reference/oci8/functions/ocierror.xml: <methodparam > > > choice="opt"><type>int</type><parameter>stmt|conn|global</parameter></method > > param> > > en/reference/stream/functions/stream-context-get-options.xml: > > > <methodparam><type>resource</type><parameter>stream|context</parameter></met > > hodparam> > > en/reference/stream/functions/stream-context-set-option.xml: > > > <methodparam><type>resource</type><parameter>context|stream</parameter></met > > hodparam> > > en/reference/stream/functions/stream-context-set-params.xml: > > > <methodparam><type>resource</type><parameter>stream|context</parameter></met > > hodparam> > > > > Thats it. Do they all need to be replaced by mixed or not? > > > > -- > > Regards. > > M.CHAILLAN Nicolas > > [EMAIL PROTECTED] > > www.WorldAKT.com H�bergement de sites internets. > > > > > > > > > > -- > > PHP Documentation Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > > -- > PHP Documentation Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
