being able to do the following (and not to worry about runtime
compilation) is a good reason on it's own:

array_filter($my_data, function($test){ return 3 === ($test % 4) });

What's wrong with regular functions?
--
Stanislav Malyshev, Zend Software Architect
[EMAIL PROTECTED]   http://www.zend.com/
(408)253-8829   MSN: [EMAIL PROTECTED]

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

Reply via email to