I hope this is a joke. Lets try not to reinvent Perl. Thanks. Dmitry.
________________________________________ From: Nikita Popov <nikita....@gmail.com> Sent: Thursday, March 24, 2016 20:50 To: PHP internals Subject: [PHP-DEV] Add spaceship assignment operator Hi internals! For consistency, we should add a spaceship assignment operator: $a <=>= $b; // same as $a = ($a <=> $b); Additionally, we should add an is-identical assignment operator: $a ==== $b; // same as $a = ($a === $b); Thank you for taking this proposal under consideration. Regards, Nikita -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php