Fresh selection with links to news and materials. In the release: PHP 7.2.0 RC 3 and other releases, 5 years of digest, sentences from PHP Internals, a fresh book on asynchronous PHP, a new extension profiler, and much more.
Enjoy reading!
var_dump( $whatIsInThere, $probablyABugInThisOne, $oneMoreToCheck, );
Class C { public $i; } function fn(int $x) { $c = new C; $c->i = 1; if ($x) { $a = [1, 2, 3]; } else { $a = [3, 2, 1]; } return $a[$c->i]; $c->i++; return $x; }
function fn(int $x) { return 2; }
If you notice an error or inaccuracy - please inform the PM .
Write questions and suggestions by mail or twitter .
Send link
Quick search in all digests
← Previous release: PHP Digest number 117
Today PHP Digest is 5 years old! During this time, 6203 links were published. And this is how the very first issue looked.
Many thanks to everyone who helps to make a digest, to those who send links and edits, write articles and develop tools, and, of course, many thanks to you! Together we make the PHP world a better place!
Source: https://habr.com/ru/post/339630/
All Articles