>
> Or when you have programming errors, when you write
>
> function blubb()
> {
> ... yields...
> ...
> ... return....
> }
>
> (you may only see the "return").
>
> But that's okay, because PHP *does* see both, and it tells you "yield may
not be used with return" in a lovely little parser error.  Some developers
consider this a useful hint.

-Sara

Reply via email to