> 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()).
It's not just on that page. Every function call has ()() instead of (). Anyway, this is a doc problem. Forwarded to PHP-DOC. Sander