Hmm .. doesn't seem to be easily solveable right now. The
    docboox xml sources are used at two different sites (zend.com
    and php.net). php.net automatically adds the '()' characters
    when declaring functions, zend.com doesn't ...

On Thu, Dec 27, 2001 at 12:59:57PM +0200, Andrey Hristov wrote : 
> I think that on this page : http://www.php.net/manual/en/zend.copy-constructor.php
> and some around it(about module writing) there are some typos.
> <cite>
> Zend ships with such a function, called zend_copy_ctor()() (the previous PHP 
>equivalent was pval_copy_constructor()()).
> 
> </cite>
> 
> I think that it have to be
> 
> Zend ships with such a function, called zend_copy_ctor() (the previous PHP 
>equivalent was pval_copy_constructor()).

-- 
Please always Cc to me when replying to me on the lists.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to