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
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
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
AI活用のコスパを最大化する方法
ochtum
0
230
へんな働き方
yusukebe
5
2.7k
Goの型安全性で実現する複数プロダクトの権限管理
ishikawa_pro
2
470
Vuetify 3 → 4 何が変わった?差分と移行ポイント10分まとめ
koukimiura
0
150
エラーログのマスキングの仕組みづくりに役立ったASTの話
kumoichi
0
250
Angular-Apps smarter machen mit Gen AI: Lokal und offlinefähig - Hands-on Workshop!
christianliebel
PRO
0
120
社内規程RAGの精度を73.3% → 100%に改善した話
oharu121
13
8.2k
20260313 - Grafana & Friends Taipei #1 - Kubernetes v1.36 的開發雜記:那些困在 Alpha 加護病房太久的 Metrics
tico88612
0
220
OTP を自動で入力する裏技
megabitsenmzq
0
120
20260315 AWSなんもわからん🥲
chiilog
2
160
モダンOBSプラグイン開発
umireon
0
160
Go Conference mini in Sendai 2026 : Goに新機能を提案し実装されるまでのフロー徹底解説
yamatoya
0
610
Featured
See All Featured
Redefining SEO in the New Era of Traffic Generation
szymonslowik
1
250
Paper Plane (Part 1)
katiecoart
PRO
0
5.7k
Typedesign – Prime Four
hannesfritz
42
3k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
32
2.8k
Art, The Web, and Tiny UX
lynnandtonic
304
21k
My Coaching Mixtape
mlcsv
0
78
We Have a Design System, Now What?
morganepeng
55
8k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Done Done
chrislema
186
16k
Neural Spatial Audio Processing for Sound Field Analysis and Control
skoyamalab
0
220
Making Projects Easy
brettharned
120
6.6k
Future Trends and Review - Lecture 12 - Web Technologies (1019888BNR)
signer
PRO
0
3.3k
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`