[PHP] nested, referenced foreach & implicit current array pointer issues

2007-01-30 Thread speedy
- Best regards, speedy mailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP] nested, referenced foreach & implicit current array pointer issues

2007-01-30 Thread speedy
nd so may deeply nested fns in the called do_something() method, making global + foreach construct unuseable/"unstable" in non-trivial cases. -- Best regards, speedymailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re[4]: [PHP] nested, referenced foreach & implicit current array pointer issues

2007-01-31 Thread speedy
in combination with removal of hidden current pointer from arrays. But I don't have much experience in designing high-level languages nor did I give a lot of thought about it in the global picture. :) -- Best regards, speedymailto:[EMAIL PROTECTED]

Re[2]: [PHP] nested, referenced foreach & implicit current array pointer issues

2007-01-31 Thread speedy
ide-note: I was kinda sympathetic to what he did - he was cutting corners in a relatively small, stand-alone project :p) Be what may be, the hard-to-debug side-effect stands as weak point of PHP design no less. -- Best regards, speedymailto:[EMAIL PROTECTED] -