Date: 02/04/03
- Next message: CHAILLAN Nicolas: "[PHP-DOC] cvs: phpdoc /en/language functions.xml"
- Previous message: CHAILLAN Nicolas: "[PHP-DOC] cvs: phpdoc /en/reference/sockets/functions socket-set-option.xml"
- Next in thread: Maxim Maletsky: "Re: [PHP-DOC] Proto: |"
- Reply: Maxim Maletsky: "Re: [PHP-DOC] Proto: |"
- Reply: Philip Olson: "Re: [PHP-DOC] Proto: |"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 nicos <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
- Next message: CHAILLAN Nicolas: "[PHP-DOC] cvs: phpdoc /en/language functions.xml"
- Previous message: CHAILLAN Nicolas: "[PHP-DOC] cvs: phpdoc /en/reference/sockets/functions socket-set-option.xml"
- Next in thread: Maxim Maletsky: "Re: [PHP-DOC] Proto: |"
- Reply: Maxim Maletsky: "Re: [PHP-DOC] Proto: |"
- Reply: Philip Olson: "Re: [PHP-DOC] Proto: |"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

