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
サイトを作ったらNFCタグキーホルダーを爆速で作れ!
yuukis
0
620
Claude Codeで実装以外の開発フロー、どこまで自動化できるか?失敗と成功
ndadayo
2
1.6k
Oracle Database Technology Night 92 Database Connection control FAN-AC
oracle4engineer
PRO
1
250
Honoアップデート 2025年夏
yusukebe
1
860
testingを眺める
matumoto
1
110
管你要 trace 什麼、bpftrace 用下去就對了 — COSCUP 2025
shunghsiyu
0
470
🔨 小さなビルドシステムを作る
momeemt
2
570
KessokuでDIでもgoroutineを活用する / Go Connect #6
mazrean
0
120
Portapad紹介プレゼンテーション
gotoumakakeru
1
130
Kiroの仕様駆動開発から見えてきたAIコーディングとの正しい付き合い方
clshinji
1
160
[FEConf 2025] 모노레포 절망편, 14개 레포로 부활하기까지 걸린 1년
mmmaxkim
0
1.2k
Claude Codeで挑むOSSコントリビュート
eycjur
0
180
Featured
See All Featured
Side Projects
sachag
455
43k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Producing Creativity
orderedlist
PRO
347
40k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
Making Projects Easy
brettharned
117
6.3k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
Automating Front-end Workflow
addyosmani
1370
200k
How STYLIGHT went responsive
nonsquared
100
5.7k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
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`