
Fresh selection with links to news and materials. In the release: fresh RFC offers and other news from PHP Internals, a portion of useful tools, and many other materials and news!
Enjoy reading!
// Returns array containing all the necessary state of the object. public function __serialize(): array; // Restores the object state from the given data array. public function __unserialize(array $data): void; $y = 1; $fn1 = fn($x) => $x + $y; ($x) ==> $x + $y; \($x) => $x + $y; use() : $y = 3; $gen = [for $list as $x if $x % 2 yield $x * $y]; “$arr{} = 1;” array or to declare the “$a={1,2};” array. It is proposed that the braces in this context be rejected and that only square brackets be left. Do you use braces?
PHP Internals News Episode 2 podcast: PHP Compiler and FFI - Anthony Ferrara visiting Derick Rethans.
what is REPL and Exploratory development .
Please stop talking about the repository template with Eloquent
Interview on Hexlet with Alexander Makarov , core developer in the Yii frameworkRule::unique() .
microservices in PHP and Swoole .
Fast web scraping on ReactPHP # 4: Using a proxy
How we made PHP 7 twice as fast as PHP 5
Debug Oriented Programming or Grief in the Eyes of the Integrator
Monolith for hundreds of client versions: how we write and support tests
Videos from Badoo PHP Meetup # 2: about tests and code quality
Video of reports from PHP UK 2019Thanks 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 151
Source: https://habr.com/ru/post/445140/
All Articles