Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
The Amazing Perks of PHP 7
Search
Dugeri, Verem Daniel
April 25, 2016
Programming
1
200
The Amazing Perks of PHP 7
The new features of PHP 7 explained in pictures and code
Dugeri, Verem Daniel
April 25, 2016
Tweet
Share
Other Decks in Programming
See All in Programming
Rails Frontend Evolution: It Was a Setup All Along
skryukov
0
150
なぜ「共通化」を考え、失敗を繰り返すのか
rinchoku
1
650
なんとなくわかった気になるブロックテーマ入門/contents.nagoya 2025 6.28
chiilog
1
270
AIエージェントはこう育てる - GitHub Copilot Agentとチームの共進化サイクル
koboriakira
0
590
システム成長を止めない!本番無停止テーブル移行の全貌
sakawe_ee
1
200
ふつうの技術スタックでアート作品を作ってみる
akira888
1
870
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
560
プロダクト志向ってなんなんだろうね
righttouch
PRO
0
190
すべてのコンテキストを、 ユーザー価値に変える
applism118
3
1.3k
チームのテスト力を総合的に鍛えて品質、スピード、レジリエンスを共立させる/Testing approach that improves quality, speed, and resilience
goyoki
5
890
Python型ヒント完全ガイド 初心者でも分かる、現代的で実践的な使い方
mickey_kubo
1
130
PipeCDのプラグイン化で目指すところ
warashi
1
280
Featured
See All Featured
YesSQL, Process and Tooling at Scale
rocio
173
14k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Automating Front-end Workflow
addyosmani
1370
200k
Site-Speed That Sticks
csswizardry
10
690
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
Building Adaptive Systems
keathley
43
2.7k
Designing Experiences People Love
moore
142
24k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
6
300
How to train your dragon (web standard)
notwaldorf
95
6.1k
Practical Orchestrator
shlominoach
189
11k
A Modern Web Designer's Workflow
chriscoyier
695
190k
Optimizing for Happiness
mojombo
379
70k
Transcript
The Amazing Perks of
None
HUNH?..... Is that what you think? You are wrong!
None
None
1. Did I hear you say slow?
None
“process time was cut in half, which improved overall response
time by about 40% since a certain amount of request processing time is spent communicating with the database and daemons.”
the overall load on the cluster fell below 50 percent
thanks to Hyper-Threading
“Additionally, memory use, which had never been a bottleneck for
us, was reduced by roughly eight times over!”
2. Spaceship Operator (<=>)
3. Scalar Types
4. Return Types
5. Null Coalescing Operator
6. Constant Array Declaration
7. Anonymous Classes
8. Unicode codepoint escape syntax
Unicode Contd.
9. Closure::call()
10. Group `use` declarations
11. Integer division with `intdiv()`
12. Session options
13. PHP 4 style Constructors gone...
14. The All new PRNG Methods
15. Go fail proof with `strict_types`