|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-02-01 14:49 UTC] derick@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 03:00:01 2025 UTC |
A C-like comma operator would be useful, to string together series of statements. Example: echo ( $precondition ? ( doThisAndDiscardReturnValue(), andDoThisAndReturnReturnValue() ) : doSomethingElseAndReturnReturnValue() );