On Thu, 04 Dec 2003 00:42:40 +0200
Andi Gutmans <[EMAIL PROTECTED]> wrote:
> You easily see what is taken from the language and what is user-land
> code.
This argument is as non revelant as the aesthetic one.
internal:
class polygon {
function calc_barycenter()
{
}
}
php script:
class mypoly extends polygon{
function calc_barycenter()
{
}
}
$pl = new mypoly();
$pl->calc_barycenter(); // Is it a userland function?
.....
any other __objective__ argument?
pierre
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php