[PHP-DEV] Re: SUMMARY: Array syntax

2008-01-14 Thread Kouber Saparev
r of redundant parantheses is removed, thus making it easier to distinguish between data definition and function call (conditional, expression...) closures and helping identify arrays among such compound structures. ;-) Regards, -- Kouber Saparev http://kouber.saparev.com -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: CVS Account Request: stanprog

2006-01-19 Thread Kouber Saparev
Stanislav Yordanov wrote: I'd like to obtain a CVS account to the Bulgarian version of PHP Manual. I have already made translations for that manual and the doc-bg group approved me as a translator. They recommended me to request that CVS account. Best Regards! Confirmed. -- Kouber Sa

[PHP-DEV] Re: Concern over ext/pgsql API

2005-03-31 Thread Kouber Saparev
> HOWEVER, it is not possible to get a result resource from a failed > pg_query! pg_query() returns FALSE on failure, not a result. You could call pg_last_error(), or pg_last_notice(). Although the last one is currently somehow broken: http://bugs.php.net/bug.php?id=32223 Kouber -- PHP Interna

Re: [PHP-DEV] CVS Account Request: rosen

2004-04-14 Thread Kouber Saparev
ntation to my native language (Bulgarian) > > > Well, you have to talk with Kouber Saparev (kouber at php _dot_ net) who got DOC CVS karma > but according to Bonsai (bonsai.php.net) has never used it. Also there is no phpdoc-bg > module in CVS. We have to ask for its creation. > >

Re: [PHP-DEV] Proposal: Array syntax

2003-11-06 Thread Kouber Saparev
Perlish or not could not be a real reason for adding or not adding a feature in PHP. The important thing here is if it fits to the language concept or not. Kouber "Sara Golemon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > FWIW- (And I understand I'm late chiming in on this threa

Re: [PHP-DEV] Proposal: Array syntax

2003-11-05 Thread Kouber Saparev
Your idea is even cooler...;) I would like to have these in PHP. Kouber "Michael Walter" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Very cool. > > How about supporting .. syntax, btw. as in [1..3] or ["a".."z"]? Might > no be the worth, just thinking out loud ;) > > Christian

Re: [PHP-DEV] regex operators

2003-10-15 Thread Kouber Saparev
"Curt Zirzow" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > * Thus wrote David Sklar ([EMAIL PROTECTED]): > > I was thinking about adding one or two regex-related features to the engine: > > > > 1. "preg_case": this would behave just like case but instead of doing an > > equality c