I like PHP5 syntax for that matter: use == / '!=' to compare values of objects, and === / !== (they call it 'identity operators') to compare references. This 'identity operators' could be used to distinct, say, true (bool) from 1 (int), etc.. Nice stuff. -- serg.