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
160
エラーあるある.pdf
tashiy
May 29, 2019
Tweet
Share
More Decks by tashiy
See All by tashiy
組み合わせの紹介(ピアス)
tashiy
1
62
パーツの紹介 (ピアス)
tashiy
0
63
組み合わせの紹介 (イヤリング Part2).pdf
tashiy
0
45
組み合わせの紹介(イヤリング)
tashiy
1
57
イヤリングの種類
tashiy
1
75
はじめての実践Laravelでつまづいた話
tashiy
0
580
まほろばの里、奈良
tashiy
1
840
デバイスの歴史
tashiy
0
310
Other Decks in Programming
See All in Programming
20260313 - Grafana & Friends Taipei #1 - Kubernetes v1.36 的開發雜記:那些困在 Alpha 加護病房太久的 Metrics
tico88612
0
200
最初からAWS CDKで技術検証してもいいんじゃない?
akihisaikeda
4
150
CSC307 Lecture 15
javiergs
PRO
0
240
AI駆動開発の本音 〜Claude Code並列開発で見えたエンジニアの新しい役割〜
hisuzuya
4
510
How to stabilize UI tests using XCTest
akkeylab
0
130
Cyrius ーLinux非依存にコンテナをネイティブ実行する専用OSー
n4mlz
0
150
OTP を自動で入力する裏技
megabitsenmzq
0
110
20260315 AWSなんもわからん🥲
chiilog
2
150
20260228_JAWS_Beginner_Kansai
takuyay0ne
5
530
モックわからないマン卒業記 ~振る舞いを起点に見直した、フロントエンドテストにおけるモックの使いどころ~
tasukuwatanabe
2
360
Claude Codeセッション現状確認 2026福岡 / fukuoka-aicoding-00-beacon
monochromegane
4
420
AI時代のソフトウェア開発でも「人が仕様を書く」から始めよう-医療IT現場での実践とこれから
koukimiura
0
150
Featured
See All Featured
Scaling GitHub
holman
464
140k
What the history of the web can teach us about the future of AI
inesmontani
PRO
1
470
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
Marketing Yourself as an Engineer | Alaka | Gurzu
gurzu
0
150
Agile Leadership in an Agile Organization
kimpetersen
PRO
0
110
Game over? The fight for quality and originality in the time of robots
wayneb77
1
140
Neural Spatial Audio Processing for Sound Field Analysis and Control
skoyamalab
0
220
Amusing Abliteration
ianozsvald
0
130
Between Models and Reality
mayunak
2
230
brightonSEO & MeasureFest 2025 - Christian Goodrich - Winning strategies for Black Friday CRO & PPC
cargoodrich
3
120
Efficient Content Optimization with Google Search Console & Apps Script
katarinadahlin
PRO
1
400
How to Grow Your eCommerce with AI & Automation
katarinadahlin
PRO
1
140
Transcript
エラーあるある PHP5.xから7.xに移行した際にあるもの 第138回PHP勉強会@東京
自己紹介 名前 たっしー(@tashipiyo) 課題:詳細設計 出身:大阪 在住:登戸(川崎)
はじめに アホほど雑です(LT2回目)
初めて行ったPHP勉強会 (PHPと聞いてPHP文庫と間違えていた頃)
None
None
None
エラーあるある(PHPVer.UP時)
セッション添字のエラー $_SESIONの添字を数値にするとエラーが発生する。
マニュアルでは(推測)
ただ、何故数字の添字が使えない理由が公式で探せないのが悔しい...
配列インデックスのエラー 配列の添字が文字列の場合、「’’」か「””」で括らないと定数扱いとみなされ、 エラーになる。
変数宣言から配列に切り替えようとした時 変数の値が代入されている状態で配列代入をすると、エラーになる。
PHP Ver.UP時のエラーは未知との遭遇でもある が、解決できることが楽しい。 それがエンジニアの醍醐味だ!! まとめ
ありがとうございました