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
Startups on Rails in Past, Present and Future–Irina Nazarova, RailsConf 2025
irinanazarova
0
250
The Niche of CDK Grant オブジェクトって何者?/the-niche-of-cdk-what-isgrant-object
hassaku63
1
610
PHPでWebSocketサーバーを実装しよう2025
kubotak
0
320
明示と暗黙 ー PHPとGoの インターフェイスの違いを知る
shimabox
2
620
AIと”コードの評価関数”を共有する / Share the "code evaluation function" with AI
euglena1215
1
180
テスターからテストエンジニアへ ~新米テストエンジニアが歩んだ9ヶ月振り返り~
non0113
2
220
Rails Frontend Evolution: It Was a Setup All Along
skryukov
0
280
チームのテスト力を総合的に鍛えて品質、スピード、レジリエンスを共立させる/Testing approach that improves quality, speed, and resilience
goyoki
5
1.1k
Advanced Micro Frontends: Multi Version/ Framework Scenarios @WAD 2025, Berlin
manfredsteyer
PRO
0
390
“いい感じ“な定量評価を求めて - Four Keysとアウトカムの間の探求 -
nealle
2
12k
AI時代の『改訂新版 良いコード/悪いコードで学ぶ設計入門』 / ai-good-code-bad-code
minodriven
23
9.6k
テストから始めるAgentic Coding 〜Claude Codeと共に行うTDD〜 / Agentic Coding starts with testing
rkaga
15
5.6k
Featured
See All Featured
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
970
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.4k
GitHub's CSS Performance
jonrohan
1031
460k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.9k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
What's in a price? How to price your products and services
michaelherold
246
12k
Done Done
chrislema
184
16k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.7k
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`