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
testingを眺める
matumoto
1
140
そのAPI、誰のため? Androidライブラリ設計における利用者目線の実践テクニック
mkeeda
2
1.6k
速いWebフレームワークを作る
yusukebe
5
1.7k
さようなら Date。 ようこそTemporal! 3年間先行利用して得られた知見の共有
8beeeaaat
3
1.5k
Amazon RDS 向けに提供されている MCP Server と仕組みを調べてみた/jawsug-okayama-2025-aurora-mcp
takahashiikki
1
110
GitHubとGitLabとAWS CodePipelineでCI/CDを組み比べてみた
satoshi256kbyte
4
240
CJK and Unicode From a PHP Committer
youkidearitai
PRO
0
110
実用的なGOCACHEPROG実装をするために / golang.tokyo #40
mazrean
1
290
JSONataを使ってみよう Step Functionsが楽しくなる実践テクニック #devio2025
dafujii
1
570
Compose Multiplatform × AI で作る、次世代アプリ開発支援ツールの設計と実装
thagikura
0
160
Design Foundational Data Engineering Observability
sucitw
3
200
機能追加とリーダー業務の類似性
rinchoku
2
1.3k
Featured
See All Featured
Visualization
eitanlees
148
16k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
4 Signs Your Business is Dying
shpigford
184
22k
Rails Girls Zürich Keynote
gr2m
95
14k
Producing Creativity
orderedlist
PRO
347
40k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
920
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`