ID: 15328
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: Feature/Change Request
Operating System: N/A
PHP Version: 4.1.1
New Comment:

not likely to be implemented... bogussing.


Previous Comments:
------------------------------------------------------------------------

[2002-02-01 13:42:17] [EMAIL PROTECTED]

A C-like comma operator would be useful, to string together series of
statements.

Example:

echo (    $precondition
          ? ( doThisAndDiscardReturnValue(),
andDoThisAndReturnReturnValue() )
          : doSomethingElseAndReturnReturnValue() );

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=15328&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to