Re: Combined assignment operator for short ternary

From: Date: Fri, 17 Aug 2012 22:26:08 +0000
Subject: Re: Combined assignment operator for short ternary
References: 1  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
On 17/08/12 23:41, Sebastian Krebs wrote:
> Hi,
>
> Don't know, how complicated this is (and also someone (not me) must
> implement it, because I can't :X), but to be in sync with the
> operators the short ternary operator should be usable in conjunction
> with the assignment like the other binary operators. Don't know, if
> anybody understands me :D So here is an example
>
> // instead of
> $foo = $foo ?: 'default';
> // Just
> $foo ?:= 'default';
>
> I have many of this "default assigments" and yes: This is just
> syntactic sugar.
This seems to enter into ASCII art land.

$emoticon  ?:=(   8)


Thread (18 messages)

« previous php.internals (#62230) next »