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.

> 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>

Not sure what best names for these should be but there should
not be a | there.  Let Wez fix it.

Regards,
Philip



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to