Hi,
The statement 'return' in a closure is now returning from the scope that
evaluate the closure (evaluation scope).
It could have been in an other way.
It could mean return from the scope were the closure is create (define
scope).
May be it could be interesting to have a syntax for return
Are you serious?
Op 3-5-2010 15:01, mathieu.suen schreef:
Hi,
The statement 'return' in a closure is now returning from the scope that
evaluate the closure (evaluation scope).
It could have been in an other way.
It could mean return from the scope were the closure is create (define
scope).
May
Hello,
On Mon, May 3, 2010 at 3:01 PM, mathieu.suen wrote:
> Hi,
>
> The statement 'return' in a closure is now returning from the scope that
> evaluate the closure (evaluation scope).
> It could have been in an other way.
> It could mean return from the scope were the closure is create (define
Of course I am.
take a look at:
http://en.wikipedia.org/wiki/Closure_%28computer_science%29
Section: Differences in semantics
On 05/03/2010 03:27 PM, Jille Timmermans wrote:
Are you serious?
Op 3-5-2010 15:01, mathieu.suen schreef:
Hi,
The statement 'return' in a closure is now returning fro
mathieu.suen wrote:
> May be it could be interesting to have a syntax for returning from the
> define scope.
> For example.
>
> $findedElment = $myList->selectIfAbsent($fooo, function(){
> return 'No item founded'; //Retrun from the define scope
> })
> //Do somthing with $findedElment
I think
On 03.05.2010, at 00:53, Brian Moon wrote:
> I am not sure if this has been discussed or not. I will gladly make an RFC if
> not. I think it would be very intuitive if htmlspecialchars used the ini
> value default_charset as its default. And any function that takes an optional
> character set.
I think you actually misunderstand the difference in
http://en.wikipedia.org/wiki/Closure_%28computer_science%29#Differences_in_semantics
The way I read if the difference is wether it returns from the closure
function or the surrounding function *calling* it. Not the *defining* scope.
And no,
On Mon, May 3, 2010 at 5:54 PM, mathieu.suen wrote:
>
>> I think you actually misunderstand the difference in
>>
>> http://en.wikipedia.org/wiki/Closure_%28computer_science%29#Differences_in_semantics
>>
>> The way I read if the difference is wether it returns from the closure
>> function or the s
On Mon, May 3, 2010 at 11:42 PM, Christian Schneider
wrote:
> mathieu.suen wrote:
>> May be it could be interesting to have a syntax for returning from the
>> define scope.
>> For example.
>>
>> $findedElment = $myList->selectIfAbsent($fooo, function(){
>> return 'No item founded'; //Retrun fr
Hey,
Just to let you know about a new RFC for adding autoboxing feature in PHP.
Look at http://wiki.php.net/rfc/autoboxing .
Regards,
Moriyoshi
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I am under the impression that we have to provide an alternative to
htmlspecialchars() that incorporates the following ideas:
- Shorter function name
html_escape() for example. _h() would be much more preferable in
terms of preventing XSS ;-p
- Using default_charset as the default encoding
11 matches
Mail list logo