
Fresh selection with links to news and materials. In the issue: PHPRussia, PHP fwdays'19, WordPress 5.2, about PHP in 2019, news from PHP Internals, a portion of useful tools, and much more.
Enjoy reading!

. . The behavior will be changed in PHP 8, and in PHP 7.4, a warning will be thrown when using expressions with . before + or - without brackets. echo "sum: " . $a + $b; // echo ("sum: " . $a) + $b; // PHP 8 echo "sum :" . ($a + $b); _ symbol as a separator in numbers, to increase readability: $i = 197_823_459; // 197823459 The proposal had already failed in the voting two years ago, but since then a similar opportunity has been added to Python, JavaScript and TypeScript.
Asynchronous PHP and the history of a single bike ( service bus )
Memo on PhpStorm hot keys in Russian - Sent by tommyv888 .
FunPHP # 6: A little more magic in PHP7 - More magic in the report of Alexander Lisachenko on PHPRussia.
PHP module for working with hierarchical data in InterSystems IRIS
Fix design pattern - Singleton in PHP
PHP 7.4 will include switch functions (abbreviated writing of anonymous functions)Thanks for attention!
If you notice an error or inaccuracy - please inform the PM .
Write questions and suggestions by mail or twitter .
More news and comments on the PHP Digest Telegram channel.
Send link
Search links for all digests
← Previous release: PHP Digest number 155
Source: https://habr.com/ru/post/452560/
All Articles