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
エラーあるある.pdf
Search
tashiy
May 29, 2019
Programming
0
150
エラーあるある.pdf
tashiy
May 29, 2019
Tweet
Share
More Decks by tashiy
See All by tashiy
組み合わせの紹介(ピアス)
tashiy
1
57
パーツの紹介 (ピアス)
tashiy
0
60
組み合わせの紹介 (イヤリング Part2).pdf
tashiy
0
41
組み合わせの紹介(イヤリング)
tashiy
1
52
イヤリングの種類
tashiy
1
70
はじめての実践Laravelでつまづいた話
tashiy
0
560
まほろばの里、奈良
tashiy
1
800
デバイスの歴史
tashiy
0
300
Other Decks in Programming
See All in Programming
明示と暗黙 ー PHPとGoの インターフェイスの違いを知る
shimabox
2
380
ニーリーにおけるプロダクトエンジニア
nealle
0
620
PHPでWebSocketサーバーを実装しよう2025
kubotak
0
230
AIプログラマーDevinは PHPerの夢を見るか?
shinyasaita
1
170
Beyond Portability: Live Migration for Evolving WebAssembly Workloads
chikuwait
0
400
CursorはMCPを使った方が良いぞ
taigakono
1
190
C++20 射影変換
faithandbrave
0
550
システム成長を止めない!本番無停止テーブル移行の全貌
sakawe_ee
1
150
Julia という言語について (FP in Julia « SIDE: F ») for 関数型まつり2025
antimon2
3
980
たった 1 枚の PHP ファイルで実装する MCP サーバ / MCP Server with Vanilla PHP
okashoi
1
210
アンドパッドの Go 勉強会「 gopher 会」とその内容の紹介
andpad
0
270
XSLTで作るBrainfuck処理系
makki_d
0
210
Featured
See All Featured
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Six Lessons from altMBA
skipperchong
28
3.9k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
Git: the NoSQL Database
bkeepers
PRO
430
65k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Raft: Consensus for Rubyists
vanstee
140
7k
Statistics for Hackers
jakevdp
799
220k
Agile that works and the tools we love
rasmusluckow
329
21k
How to train your dragon (web standard)
notwaldorf
94
6.1k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
For a Future-Friendly Web
brad_frost
179
9.8k
Transcript
エラーあるある PHP5.xから7.xに移行した際にあるもの 第138回PHP勉強会@東京
自己紹介 名前 たっしー(@tashipiyo) 課題:詳細設計 出身:大阪 在住:登戸(川崎)
はじめに アホほど雑です(LT2回目)
初めて行ったPHP勉強会 (PHPと聞いてPHP文庫と間違えていた頃)
None
None
None
エラーあるある(PHPVer.UP時)
セッション添字のエラー $_SESIONの添字を数値にするとエラーが発生する。
マニュアルでは(推測)
ただ、何故数字の添字が使えない理由が公式で探せないのが悔しい...
配列インデックスのエラー 配列の添字が文字列の場合、「’’」か「””」で括らないと定数扱いとみなされ、 エラーになる。
変数宣言から配列に切り替えようとした時 変数の値が代入されている状態で配列代入をすると、エラーになる。
PHP Ver.UP時のエラーは未知との遭遇でもある が、解決できることが楽しい。 それがエンジニアの醍醐味だ!! まとめ
ありがとうございました