Re: [PHP-DEV] new feature -> with()

2007-10-10 Thread BDKR
Hartmut Holzgraefe wrote: When reading foreign C++ code a lot you learn to love the explicit nature of PHP naming scopes even though it is extra typing as it is clear at first sight whether you are looking at a variable, member variable, function, object method ... Lets do not weaken this

Re: [PHP-DEV] GOTO operator

2004-08-18 Thread BDKR
people Perhaps I missed it somewhere in the proceedings, but what is the current thinking on goto / label implementation in PHP? Sorry if there was a decision made and I just missed it. :-( Cheers, BDKR -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

[PHP-DEV] Good Job!

2004-07-14 Thread BDKR
it), it's been very informative and enjoyable. Cheers, BDKR -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] management at php.net ?

2004-03-18 Thread BDKR
he Php.net teamhttp://www.php.net . Yeah right, like I'm going to pay attention to that attached file! OTOH, if I am broadcasting a virus, please let me know. Cheers, BDKR -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] new function?

2004-01-13 Thread BDKR
wishes, Andrey Does this mean that one of the arguments could/should be an array? if(in_array($needles_array, $haystack_array)) { /*err */ } Cheers, BDKR -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] With End With

2003-12-10 Thread BDKR
walt boring wrote: BDKR wrote: jason davidson wrote: Ive seen the Control Flow constuct With ...End With used in VB (yup, VB.. :)) although im not a fan of VB, i liked the feature, is there any consideration to this kind of construct for php. here the only example if it i could find online

Re: [PHP-DEV] With End With

2003-12-10 Thread BDKR
e($row = ->fetchArray()) { /* do something with returned row */ } } End With: Just a question from an onlooker. Cheers, BDKR -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php