Hi!

This gives a fatal "Call to undefined method DateTime::getAtom()"
  $d = new DateTime();
  $d->getAtom = Curry::create(array($d, 'format'), DATE_ATOM);
  echo $d->getAtom();

This syntax means "call method getAtom of object $d". PHP has no way of reusing same syntax for two different things, at least for now.
--
Stanislav Malyshev, Zend Software Architect
s...@zend.com   http://www.zend.com/
(408)253-8829   MSN: s...@zend.com

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

Reply via email to