if i have understood the "as"-suggestion correctly:

$fn = function() as $lambdaOrAnyName {var_dump($lambdaOrAnyName);};

(function() as $lambdaOrAnyName{var_dump($lambdaOrAnyName);})();

then that syntax is fine with me. this is also very close to how it
works in JavaScript (except the "as" part),

i like the as-suggestion better than the $lambda suggestion in current
RFC-draft,
it has 0 bc break and people who want to call it $lambda can simply do
function() as $lamda{};

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

Reply via email to