
Fresh selection with links to news and materials. In the release: PSR-14 Event Dispatcher, JIT in PHP 8, three RFC sentences from PHP Internals, a portion of useful tools, and much more are adopted.
Enjoy reading!
 PhpStorm 2019.1 - Debug Twig and Blade templates, search dead code, improved autocompletion and much more.EventDispatcherInterface , StoppableEventInterface and ListenerProviderInterface , and also describes the characteristics that all elements and implementation guidelines should follow. Read more in the series of posts from one of the participants of the working group of the standard Larry Garfield.object , which is available only in PHP 7.2+, it is not possible to use the standard directly in Symfony.. and math + , - have the same priority and run from left to right. It is proposed to lower the priority of concatenation: echo "sum: " . $a + $b; //   echo ("sum: " . $a) + $b; //   echo "sum :" . ($a + $b); (?int)$x in addition to (int)$x .... for arrays. The updated offer removed support for arrays with non-numeric keys. $parts = ['apple', 'pear']; $fruits = ['banana', 'orange', ...$parts, 'watermelon']; // ['banana', 'orange', 'apple', 'pear', 'watermelon']; 
 PHP Internals News Podcast # 4: Short Arrow Functions with Nikita Popov , # 3: Abolish Narrow Margins and Weak References with Joe Watkins
 Telara Laravel Snippet Podcast # 10
 Useful repositories with Eloquent?
 Five minutes PHP # 49 - Asynchronous programming in PHP in 2019.
 here and 
 here
 Tests on Codeception for PHP backends
 Yandex.Alisa and bot Telegram for PHP with a single functionality
 Own temporary mail: telegram bot
 Modern PHP is beautiful and productive.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 152
Source: https://habr.com/ru/post/447130/
All Articles