PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Math » Math_Matrix » Bug #9248

Parse error in PHP5

Details

Submitted2006-11-07 01:21 UTC
Fromtaum dot xd at gmail dot com
Assignedjmcastagnetto
StatusClosed
PackageMath_Matrix
PHP Version5.1.6
OSLinux 2.6
Roadmaps(Not assigned)

Comments

[2006-11-07 01:21 UTC] taum dot xd at gmail dot com

Description:
------------
When using PHP5, the clone method in the class Math_Matrix gives a parse error.
It seems this has not been corrected even in the CVS version of the class.

I don't know what's the "usual" way of naming that kind of methods, but simply renaming it to _clone worked fine for me.