On Thu, 3 Feb 2005, Stanislav Malyshev wrote:

> PJ>>$b->a++; gives tmp = a; tmp = tmp+1; b->a = tmp;
> PJ>>
> PJ>>In my example (a date object, day being 31), at this I do not know
> PJ>>if one is assigning 32 to the property or if it's the result of
> PJ>>incrementation (or decrementation from 1 to 0).
>
> nor manipulating properties directly :)

I know you put a :) there, but if you really mean it then you should NOT
be using PHP! Reason: PHP isn't about OO cosyness - it's about solving a
Web problem.

Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to