another thing:

tons of functions in protos have `long' type. Should we have `int'
everywhere there? I doubt there is any particular function which needs
to state `long'...

if you follow this page, then there is no `long' and no `double' but
simply `integer' AKA `int'. In protos there are many `long'. Suggestions?

P.S: keep running that file :)

-- 
Maxim Maletsky
[EMAIL PROTECTED]


On Wed, 05 Feb 2003 03:17:13 +0100 Maxim Maletsky <[EMAIL PROTECTED]> wrote:

> 
> On Wed, 5 Feb 2003 02:13:33 +0000 (GMT) Philip Olson <[EMAIL PROTECTED]> wrote:
> 
> > On Wed, 5 Feb 2003 [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>
> > 
> > The above are deprecated, don't touch them.
> > 
> > > en/reference/hw/functions/hw-getobject.xml:
> > > <methodparam><type>[int|array]</type><parameter>objectID</parameter></method
> > > param>
> > 
> > mixed
> > 
> > > en/reference/image/functions/exif-imagetype.xml:
> > > <type>int|false</type><methodname>exif_imagetype</methodname>
> > 
> > int
> > 
> > > en/reference/info/functions/assert.xml:
> > > <methodparam><type>string|bool</type><parameter>assertion</parameter></metho
> > > dparam>
> > 
> > mixed
> > 
> > > en/reference/oci8/functions/ocierror.xml:      <methodparam
> > > choice="opt"><type>int</type><parameter>stmt|conn|global</parameter></method
> > > param>
> > 
> > a name like 'resource' but that might be confusing.  so,
> > ask a oci guy for a nice name that does not have | in it.
> 
> I'd go for resource, mentioning well what kind of.
> 
> can't we have a certain rule on how protos should be represented? I
> noticed some many funny things here...
> 
> -- 
> Maxim Maletsky
> [EMAIL PROTECTED]
> 
> 
> 
> -- 
> 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

Reply via email to